summaryrefslogtreecommitdiffstats
path: root/proxy/src/mechglue
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/mechglue')
-rw-r--r--proxy/src/mechglue/gpp_acquire_cred.c2
1 files changed, 1 insertions, 1 deletions
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;