aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-06 11:41:02 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-06 11:41:02 +0000
commit203f40e1b13c3a9aaaadaa7ee76537c62e9d84f3 (patch)
tree394c0083b15eb45bb1e4fa8ce592906846dca91c /asn1
parent9ced29a7899c3ecd24267f78c4fb7fd682f39ef7 (diff)
Don't remove a preference, make it obsolete instead.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19818 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ldap/packet-ldap-template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/ldap/packet-ldap-template.c b/asn1/ldap/packet-ldap-template.c
index aab1769931..fe301370dd 100644
--- a/asn1/ldap/packet-ldap-template.c
+++ b/asn1/ldap/packet-ldap-template.c
@@ -1629,6 +1629,8 @@ void proto_register_ldap(void) {
"Set the port for LDAP operations",
10, &ldap_tcp_port);
+ prefs_register_obsolete_preference(ldap_module, "max_pdu");
+
proto_cldap = proto_register_protocol(
"Connectionless Lightweight Directory Access Protocol",
"CLDAP", "cldap");