From 6b908d7cb337b45255f5a9854fe13de5f61f8744 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 13 Sep 2010 16:22:58 +0200 Subject: [PATCH] initialise minor --- mech_eap/util_saml.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mech_eap/util_saml.cpp b/mech_eap/util_saml.cpp index 60ece1f..4746c44 100644 --- a/mech_eap/util_saml.cpp +++ b/mech_eap/util_saml.cpp @@ -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; } -- 2.1.4