summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/extended_dn_store.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-12-16 11:28:50 +1100
committerAndrew Tridgell <tridge@samba.org>2009-12-16 20:56:21 +1100
commit57b10b664b49546234b8edc7efb64369460766ff (patch)
treeceaa1f6cc80d5fbdf2c6f30760642b2c6b767ca0 /source4/dsdb/samdb/ldb_modules/extended_dn_store.c
parent951592687a29e15304d8e203b2b892aa40d7576f (diff)
downloadsamba-57b10b664b49546234b8edc7efb64369460766ff.tar.gz
samba-57b10b664b49546234b8edc7efb64369460766ff.tar.bz2
samba-57b10b664b49546234b8edc7efb64369460766ff.zip
s4-dsdb: rename dsdb_module_search_handle_flags to dsdb_request_add_controls
This function will be used for non-search controls, like relax
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/extended_dn_store.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/extended_dn_store.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/extended_dn_store.c b/source4/dsdb/samdb/ldb_modules/extended_dn_store.c
index 3a531c00a5..0b9a105be6 100644
--- a/source4/dsdb/samdb/ldb_modules/extended_dn_store.c
+++ b/source4/dsdb/samdb/ldb_modules/extended_dn_store.c
@@ -275,8 +275,8 @@ static int extended_store_replace(struct extended_dn_context *ac,
return ret;
}
- ret = dsdb_module_search_handle_flags(ac->module, os->search_req,
- DSDB_SEARCH_SHOW_DELETED|DSDB_SEARCH_SHOW_DN_IN_STORAGE_FORMAT);
+ ret = dsdb_request_add_controls(ac->module, os->search_req,
+ DSDB_SEARCH_SHOW_DELETED|DSDB_SEARCH_SHOW_DN_IN_STORAGE_FORMAT);
if (ret != LDB_SUCCESS) {
talloc_free(os);
return ret;