aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-logon.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-smb-logon.c')
-rw-r--r--packet-smb-logon.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-smb-logon.c b/packet-smb-logon.c
index d3e6295f29..f678e82ee4 100644
--- a/packet-smb-logon.c
+++ b/packet-smb-logon.c
@@ -2,7 +2,7 @@
* Routines for SMB net logon packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-smb-logon.c,v 1.17 2001/07/08 23:20:19 guy Exp $
+ * $Id: packet-smb-logon.c,v 1.18 2001/07/08 23:33:04 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -688,8 +688,6 @@ dissect_smb_sam_logon_resp(tvbuff_t *tvb, packet_info *pinfo,
{
/* Netlogon command 0x13 - decode the SAM logon response from server */
- guint16 lmt;
-
/* server name */
offset = display_unicode_string(tvb, pinfo, tree, offset, hf_server_name);