Clarify where else comes from for code clarity
authorSam Hartman <hartmans@debian.org>
Thu, 20 Sep 2012 00:26:58 +0000 (20:26 -0400)
committerSam Hartman <hartmans@debian.org>
Thu, 4 Apr 2013 16:13:17 +0000 (12:13 -0400)
mech_eap/init_sec_context.c

index d9d81d8..75af165 100644 (file)
@@ -592,7 +592,7 @@ eapGssSmInitAcceptorName(OM_uint32 *minor,
                 *minor = GSSEAP_WRONG_ACCEPTOR_NAME;
                 return GSS_S_DEFECTIVE_TOKEN;
             }
-        } else {
+        } else { /* acceptor name is no_name */
             /* accept acceptor name hint */
             ctx->acceptorName = nameHint;
             nameHint = GSS_C_NO_NAME;