summaryrefslogtreecommitdiff
path: root/asn1/ldap
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-06-30 23:45:24 +0000
committerGerald Combs <gerald@wireshark.org>2010-06-30 23:45:24 +0000
commitcaff9b5513346a4e1eb8987910e2af9fb5f4a8c0 (patch)
tree2756dc44a202b677e09f1322c8be9c2520641f2c /asn1/ldap
parenta629fe9c3fce2d7d5ec9ed94ecc32354adf66dff (diff)
downloadwireshark-caff9b5513346a4e1eb8987910e2af9fb5f4a8c0.tar.gz
Initialize a variable.
svn path=/trunk/; revision=33390
Diffstat (limited to 'asn1/ldap')
-rw-r--r--asn1/ldap/ldap.cnf2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/ldap/ldap.cnf b/asn1/ldap/ldap.cnf
index d365cde493..38ee6d81a6 100644
--- a/asn1/ldap/ldap.cnf
+++ b/asn1/ldap/ldap.cnf
@@ -463,6 +463,8 @@ ldap_conv_info_t *ldap_info;
guint32 i, len;
int old_offset = offset;
+ attr_type=NULL;
+
/* extract the value of the octetstring */
offset = dissect_ber_octet_string(FALSE, actx, NULL, tvb, offset, hf_index, &next_tvb);