Reindent
[mech_eap.git] / 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;