aboutsummaryrefslogtreecommitdiffstats
path: root/packet-spnego.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2002-09-03 16:45:31 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2002-09-03 16:45:31 +0000
commita842eb9d8ef21c814aa13e8aa7c90b27411562ad (patch)
tree720029bc4d460b94c89b12d9a5847309ad43cd8f /packet-spnego.c
parent81e5680712097feca1cb18a86c7f298169a3a004 (diff)
Who was that fscking idiot who put a \n into the mechListMIC format specifier!
svn path=/trunk/; revision=6172
Diffstat (limited to 'packet-spnego.c')
-rw-r--r--packet-spnego.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-spnego.c b/packet-spnego.c
index 7d1af673eb..3042cc1082 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: packet-spnego.c,v 1.22 2002/08/31 22:22:29 guy Exp $
+ * $Id: packet-spnego.c,v 1.23 2002/09/03 16:45:31 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -275,8 +275,8 @@ dissect_spnego_mechListMIC(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
*/
proto_tree_add_text(tree, tvb, offset + 4, len1 - 4,
- "mechListMIC: %s\n",
- tvb_format_text(tvb, offset + 4, len1 - 4));
+ "mechListMIC: %s",
+ tvb_format_text(tvb, offset + 4, len1 - 4), len1);
/* Naughty ... but we have to adjust for what we never took */