aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-11-06 11:41:02 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-11-06 11:41:02 +0000
commit066cab237e1fb466488e2c15143dff10121b277a (patch)
tree394c0083b15eb45bb1e4fa8ce592906846dca91c /asn1
parente04e99427bf289f760b8418b7f5bd65bd27a3d62 (diff)
Don't remove a preference, make it obsolete instead.
svn path=/trunk/; revision=19818
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");