aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-02-10 20:55:26 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-02-10 20:55:26 +0000
commit8d47cebd00b56c47604f8b538cba598298a4a8ea (patch)
treedcc95e9eaffd2e8d5a08bd38a1240d8e1c95858d /asn1/ldap
parente2bdef175d65a72fe9dccec0b8146daf49466a83 (diff)
Declare ett's as gint, not guint.
svn path=/trunk/; revision=35902
Diffstat (limited to 'asn1/ldap')
-rw-r--r--asn1/ldap/packet-ldap-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ldap/packet-ldap-template.c b/asn1/ldap/packet-ldap-template.c
index d2c9015fad..56bd4793ca 100644
--- a/asn1/ldap/packet-ldap-template.c
+++ b/asn1/ldap/packet-ldap-template.c
@@ -188,7 +188,7 @@ static int hf_ldap_AccessMask_ADS_CONTROL_ACCESS = -1;
static gint ett_ldap = -1;
static gint ett_ldap_msg = -1;
static gint ett_ldap_sasl_blob = -1;
-static guint ett_ldap_payload = -1;
+static gint ett_ldap_payload = -1;
static gint ett_mscldap_netlogon_flags = -1;
static gint ett_mscldap_ntver_flags = -1;
static gint ett_mscldap_ipdetails = -1;