diff options
author | Matthieu Patou <mat@matws.net> | 2010-06-05 19:25:18 +0400 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-06-07 11:43:32 +0200 |
commit | 315aeef0f9fa20a4628783241f90dbeacf0b6dc4 (patch) | |
tree | fa8de93340bd04536358e429a0817fa2cc51e17a /source4 | |
parent | e271a2b861206eef65e3c9cc14c3403579d4621a (diff) | |
download | samba-315aeef0f9fa20a4628783241f90dbeacf0b6dc4.tar.gz samba-315aeef0f9fa20a4628783241f90dbeacf0b6dc4.tar.bz2 samba-315aeef0f9fa20a4628783241f90dbeacf0b6dc4.zip |
s4: Remove an uselessly exposed control
Diffstat (limited to 'source4')
-rw-r--r-- | source4/libcli/ldap/ldap_controls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/ldap/ldap_controls.c b/source4/libcli/ldap/ldap_controls.c index b0c024a361..40ce50ff3f 100644 --- a/source4/libcli/ldap/ldap_controls.c +++ b/source4/libcli/ldap/ldap_controls.c @@ -1315,7 +1315,6 @@ static const struct ldap_control_handler ldap_known_controls[] = { { "1.3.6.1.4.1.7165.4.3.7", NULL, NULL }, /* DSDB_EXTENDED_REPLICATED_OBJECTS_OID is internal only, and has no network representation */ { "1.3.6.1.4.1.7165.4.4.1", NULL, NULL }, - { LDB_CONTROL_RECALCULATE_SD_OID, decode_recalculate_sd_request, encode_recalculate_sd_request}, { DSDB_OPENLDAP_DEREFERENCE_CONTROL, decode_openldap_dereference, encode_openldap_dereference}, { LDB_CONTROL_RELAX_OID, decode_relax_request, encode_relax_request }, { NULL, NULL, NULL } |