Don't remove a preference, make it obsolete instead.

svn path=/trunk/; revision=19818
This commit is contained in:
Jaap Keuter 2006-11-06 11:41:02 +00:00
parent e04e99427b
commit 066cab237e
2 changed files with 5 additions and 1 deletions

View File

@ -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");

View File

@ -4663,6 +4663,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");
@ -4739,7 +4741,7 @@ proto_reg_handoff_ldap(void)
/*--- End of included file: packet-ldap-dis-tab.c ---*/
#line 1699 "packet-ldap-template.c"
#line 1701 "packet-ldap-template.c"
}