diff options
author | Günther Deschner <gdeschner@redhat.com> | 2012-09-17 15:01:27 +0200 |
---|---|---|
committer | Günther Deschner <gdeschner@redhat.com> | 2012-10-18 17:45:59 +0200 |
commit | 8c8f7ea096d6b90d209702264313806e8cea8729 (patch) | |
tree | 37b275214016a0eb39d4517dfd7ac948a6b9616c /proxy/src | |
parent | cb7653d1e663a6b3bfc564cda0c9ad4afc579d2a (diff) | |
download | gss-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.c | 2 |
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)) { |