aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-31 22:17:37 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-31 22:17:37 +0000
commitbb75be7bceee77084a9e8c367868507bac446e7e (patch)
tree59a994f479fe45ca1bfd0e28bac0a861002488d4 /packet-ldap.c
parent917fa96f9b4631a71cbee63aa6a9286b465f083d (diff)
Get rid of an unused variable.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5060 f5534014-38df-0310-8fa8-9805f1628bb7
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;