aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-09-25 16:51:49 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-09-25 16:51:49 +0000
commit6d1791db07876c522028a277f417563e7f115052 (patch)
tree5e43185cadecf70826599d7ac862cf34d42e08cd /epan/dissectors/packet-ldap.c
parent6b4a7ba74dbdddae0a55ec2d2c563711dc8abdb5 (diff)
Fix:
packet-ldap-template.c(1330) : error C2220: warning treated as error - no object file generated packet-ldap-template.c(1330) : warning C4101: 'gss_len' : unreferenced local var iable NMAKE : fatal error U1077: 'cl' : svn path=/trunk/; revision=22956
Diffstat (limited to 'epan/dissectors/packet-ldap.c')
-rw-r--r--epan/dissectors/packet-ldap.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ldap.c b/epan/dissectors/packet-ldap.c
index a4e97a14f2..7d94e194ad 100644
--- a/epan/dissectors/packet-ldap.c
+++ b/epan/dissectors/packet-ldap.c
@@ -3570,7 +3570,6 @@ static void
dissect_ldap_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
guint32 sasl_len;
- guint32 gss_len;
guint32 ldap_len;
int offset;
gboolean ind;
@@ -4322,7 +4321,7 @@ void proto_register_ldap(void) {
"ldap.INTEGER", HFILL }},
/*--- End of included file: packet-ldap-hfarr.c ---*/
-#line 1626 "packet-ldap-template.c"
+#line 1625 "packet-ldap-template.c"
};
/* List of subtrees */
@@ -4380,7 +4379,7 @@ void proto_register_ldap(void) {
&ett_ldap_ReplControlValue,
/*--- End of included file: packet-ldap-ettarr.c ---*/
-#line 1637 "packet-ldap-template.c"
+#line 1636 "packet-ldap-template.c"
};
module_t *ldap_module;
@@ -4493,7 +4492,7 @@ proto_reg_handoff_ldap(void)
/*--- End of included file: packet-ldap-dis-tab.c ---*/
-#line 1740 "packet-ldap-template.c"
+#line 1739 "packet-ldap-template.c"
}