initialise minor
authorLuke Howard <lukeh@padl.com>
Mon, 13 Sep 2010 14:22:58 +0000 (16:22 +0200)
committerLuke Howard <lukeh@padl.com>
Mon, 13 Sep 2010 14:22:58 +0000 (16:22 +0200)
mech_eap/util_saml.cpp

index 60ece1f..4746c44 100644 (file)
@@ -189,6 +189,7 @@ eap_gss_saml_attr_ctx::eap_gss_saml_attr_ctx(const gss_buffer_t buffer)
 static OM_uint32
 mapException(OM_uint32 *minor, exception &e)
 {
+    *minor = 0;
     return GSS_S_FAILURE;
 }