aboutsummaryrefslogtreecommitdiffstats
path: root/packet-spnego.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-08-30 10:31:13 +0000
committerGuy Harris <guy@alum.mit.edu>2002-08-30 10:31:13 +0000
commit2bc260025b99d804daa81634c7f2368043f00b74 (patch)
tree3258dfa2cfe0511d3cc2f8723d222cc8a053f74b /packet-spnego.c
parent043548c7fcd2652a7e71f214646ca287b2bc8f60 (diff)
Fix the RCS ID and a compiler warning.
svn path=/trunk/; revision=6144
Diffstat (limited to 'packet-spnego.c')
-rw-r--r--packet-spnego.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-spnego.c b/packet-spnego.c
index 430f9f3413..99a8e7a19c 100644
--- a/packet-spnego.c
+++ b/packet-spnego.c
@@ -4,7 +4,7 @@
* Copyright 2002, Tim Potter <tpot@samba.org>
* Copyright 2002, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $id$
+ * $Id: packet-spnego.c,v 1.17 2002/08/30 10:31:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -75,7 +75,7 @@ static const value_string spnego_negResult_vals[] = {
{ SPNEGO_negResult_accept_completed, "Accept Completed" },
{ SPNEGO_negResult_accept_incomplete, "Accept Incomplete" },
{ SPNEGO_negResult_accept_reject, "Accept Reject"},
- { NULL, NULL}
+ { 0, NULL}
};
/*