aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-08 23:33:04 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-08 23:33:04 +0000
commit427d1df090d3b0a3398dbf4d059ab583d3906403 (patch)
tree72eafdca9c13c308f8cfc1253aa1bb2d07e3871b
parent5f2fdc52221638d65b35920da2256952e66b9ced (diff)
Get rid of an unused variable.
svn path=/trunk/; revision=3669
-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);