s4: Remove an uselessly exposed control
authorMatthieu Patou <mat@matws.net>
Sat, 5 Jun 2010 15:25:18 +0000 (19:25 +0400)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 7 Jun 2010 09:43:32 +0000 (11:43 +0200)
source4/libcli/ldap/ldap_controls.c

index b0c024a361b609f734ba891f35a8a8e5f8a1b77c..40ce50ff3ffd7a2d0a817d621fbee0976ec5f552 100644 (file)
@@ -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 }