From 4d53098bbd1df4bc7d6dc1924fd5096f5dba3b9c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 21 Feb 2013 18:43:43 +0100 Subject: mechglue: initialize gpp cred_handle in gssi_acquire_cred_with_password(). --- proxy/src/mechglue/gpp_acquire_cred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy/src') diff --git a/proxy/src/mechglue/gpp_acquire_cred.c b/proxy/src/mechglue/gpp_acquire_cred.c index 3f29014..1a655d3 100644 --- a/proxy/src/mechglue/gpp_acquire_cred.c +++ b/proxy/src/mechglue/gpp_acquire_cred.c @@ -246,7 +246,7 @@ OM_uint32 gssi_acquire_cred_with_password(OM_uint32 *minor_status, { enum gpp_behavior behavior; struct gpp_name_handle *name; - struct gpp_cred_handle *out_cred_handle; + struct gpp_cred_handle *out_cred_handle = NULL; gss_OID_set special_mechs; OM_uint32 maj, min; -- cgit