summaryrefslogtreecommitdiffstats
path: root/proxy/src/mechglue
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-02-21 18:43:43 +0100
committerGünther Deschner <gd@samba.org>2013-02-22 15:31:01 +0100
commit4d53098bbd1df4bc7d6dc1924fd5096f5dba3b9c (patch)
tree8582f23d644b3a8d8a298062c706af51f4d9f763 /proxy/src/mechglue
parent6e526fdf7df67dfced8a9b26f611493c07e3264c (diff)
downloadgss-proxy-4d53098bbd1df4bc7d6dc1924fd5096f5dba3b9c.tar.gz
gss-proxy-4d53098bbd1df4bc7d6dc1924fd5096f5dba3b9c.tar.xz
gss-proxy-4d53098bbd1df4bc7d6dc1924fd5096f5dba3b9c.zip
mechglue: initialize gpp cred_handle in gssi_acquire_cred_with_password().
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;