summaryrefslogtreecommitdiffstats
path: root/proxy/src
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-09-17 15:01:27 +0200
committerGünther Deschner <gdeschner@redhat.com>2012-10-18 17:45:59 +0200
commit8c8f7ea096d6b90d209702264313806e8cea8729 (patch)
tree37b275214016a0eb39d4517dfd7ac948a6b9616c /proxy/src
parentcb7653d1e663a6b3bfc564cda0c9ad4afc579d2a (diff)
downloadgss-proxy-8c8f7ea096d6b90d209702264313806e8cea8729.tar.gz
gss-proxy-8c8f7ea096d6b90d209702264313806e8cea8729.tar.xz
gss-proxy-8c8f7ea096d6b90d209702264313806e8cea8729.zip
Diffstat (limited to 'proxy/src')
-rw-r--r--proxy/src/mechglue/gss_plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/src/mechglue/gss_plugin.c b/proxy/src/mechglue/gss_plugin.c
index fd5d82d..82fb205 100644
--- a/proxy/src/mechglue/gss_plugin.c
+++ b/proxy/src/mechglue/gss_plugin.c
@@ -105,6 +105,8 @@ gss_OID_set gss_mech_interposer(gss_OID mech_type)
return NULL;
}
+ /* check variable */
+
interposed_mechs = NULL;
maj = 0;
if (gss_oid_equal(&gssproxy_mech_interposer, mech_type)) {