aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-logon.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-08 23:33:04 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-08 23:33:04 +0000
commitf93c228235e116e30d1ab1db710149aae260fb3d (patch)
tree72eafdca9c13c308f8cfc1253aa1bb2d07e3871b /packet-smb-logon.c
parent5cc29530a9d87703f072080e57d380b76a810f18 (diff)
Get rid of an unused variable.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3669 f5534014-38df-0310-8fa8-9805f1628bb7
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);