diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-07-01 00:44:21 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-07-01 00:44:21 +0000 |
commit | 622f07b95e03f68af59ec0a9a21ca68f10160817 (patch) | |
tree | 8f532681ebeeecd276976bd5b8d8c67a5ff24d6d /asn1/spnego/spnego.cnf | |
parent | b0b7697dea7da93a261d6eeb8bf7562a4884bc5a (diff) | |
download | wireshark-622f07b95e03f68af59ec0a9a21ca68f10160817.tar.gz wireshark-622f07b95e03f68af59ec0a9a21ca68f10160817.tar.bz2 wireshark-622f07b95e03f68af59ec0a9a21ca68f10160817.zip |
Initialize MechType_oid in the right place.
svn path=/trunk/; revision=33396
Diffstat (limited to 'asn1/spnego/spnego.cnf')
-rw-r--r-- | asn1/spnego/spnego.cnf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/asn1/spnego/spnego.cnf b/asn1/spnego/spnego.cnf index 137493e675..1da039c96a 100644 --- a/asn1/spnego/spnego.cnf +++ b/asn1/spnego/spnego.cnf @@ -23,8 +23,6 @@ NegTokenInit/mechListMIC negTokenInit_mechListMIC gssapi_oid_value *value; - MechType_oid = NULL; - %(DEFAULT_BODY)s value = gssapi_lookup_oid_str(MechType_oid); |