aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-31 22:17:37 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-31 22:17:37 +0000
commitd5f04f86bf5b82bc0897b5b628935459db186e94 (patch)
tree59a994f479fe45ca1bfd0e28bac0a861002488d4 /packet-ldap.c
parenta955f487841ccb29c39627d8ac42aa564c9d51c3 (diff)
Get rid of an unused variable.
svn path=/trunk/; revision=5060
Diffstat (limited to 'packet-ldap.c')
-rw-r--r--packet-ldap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ldap.c b/packet-ldap.c
index b89a20ade1..9510a08248 100644
--- a/packet-ldap.c
+++ b/packet-ldap.c
@@ -1,7 +1,7 @@
/* packet-ldap.c
* Routines for ldap packet dissection
*
- * $Id: packet-ldap.c,v 1.40 2002/03/03 01:26:01 guy Exp $
+ * $Id: packet-ldap.c,v 1.41 2002/03/31 22:17:37 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -940,7 +940,6 @@ static void dissect_ldap_request_modifyrdn(ASN1_SCK *a, proto_tree *tree,
guint length)
{
int start = a->offset;
- int ret;
if (read_string(a, tree, hf_ldap_message_dn, 0, 0, ASN1_UNI, ASN1_OTS) != ASN1_ERR_NOERROR)
return;