aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-07-01 00:11:14 +0000
committerGerald Combs <gerald@wireshark.org>2010-07-01 00:11:14 +0000
commit6aaa5874c610def77b749831f785be309acaf853 (patch)
treee169d7c09c69c275f326dee7a613cb0cd40f64cb /asn1/spnego
parentcaff9b5513346a4e1eb8987910e2af9fb5f4a8c0 (diff)
Initialize more variables.
svn path=/trunk/; revision=33392
Diffstat (limited to 'asn1/spnego')
-rw-r--r--asn1/spnego/spnego.cnf2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/spnego/spnego.cnf b/asn1/spnego/spnego.cnf
index 1da039c96a..137493e675 100644
--- a/asn1/spnego/spnego.cnf
+++ b/asn1/spnego/spnego.cnf
@@ -23,6 +23,8 @@ NegTokenInit/mechListMIC negTokenInit_mechListMIC
gssapi_oid_value *value;
+ MechType_oid = NULL;
+
%(DEFAULT_BODY)s
value = gssapi_lookup_oid_str(MechType_oid);