diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-07-08 23:33:04 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-07-08 23:33:04 +0000 |
commit | 427d1df090d3b0a3398dbf4d059ab583d3906403 (patch) | |
tree | 72eafdca9c13c308f8cfc1253aa1bb2d07e3871b /packet-smb-logon.c | |
parent | 5f2fdc52221638d65b35920da2256952e66b9ced (diff) | |
download | wireshark-427d1df090d3b0a3398dbf4d059ab583d3906403.tar.gz wireshark-427d1df090d3b0a3398dbf4d059ab583d3906403.tar.bz2 wireshark-427d1df090d3b0a3398dbf4d059ab583d3906403.zip |
Get rid of an unused variable.
svn path=/trunk/; revision=3669
Diffstat (limited to 'packet-smb-logon.c')
-rw-r--r-- | packet-smb-logon.c | 4 |
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); |