note sample radsec.conf
[mech_eap.orig] / display_name.c
index 0afb226..21f48c6 100644 (file)
  * SUCH DAMAGE.
  */
 
+/*
+ * Wrapper for "displaying" (returning string representation of) a name.
+ */
+
 #include "gssapiP_eap.h"
 
 OM_uint32
@@ -38,6 +42,7 @@ gss_display_name(OM_uint32 *minor,
                  gss_buffer_t output_name_buffer,
                  gss_OID *output_name_type)
 {
+    /* Lock not required as long as attributes are not used */
     return gssEapDisplayName(minor, name, output_name_buffer,
                              output_name_type);
 }