note sample radsec.conf
[mech_eap.orig] / add_cred_with_password.c
index d1aae6c..ca2dd6e 100644 (file)
  * SUCH DAMAGE.
  */
 
+/*
+ * Wrapper for acquiring a credential handle using a password.
+ */
+
 #include "gssapiP_eap.h"
 
 OM_uint32
@@ -50,6 +54,7 @@ gss_add_cred_with_password(OM_uint32 *minor,
     OM_uint32 time_req, time_rec = 0;
     gss_OID_set_desc mechs;
 
+    *minor = 0;
     *output_cred_handle = GSS_C_NO_CREDENTIAL;
 
     if (cred_usage == GSS_C_ACCEPT)