mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
dsdb:extended_dn_store: rename extended_replace_dn to extended_replace_callback
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13307 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
18d9802232
commit
18f40cefe5
@ -117,7 +117,7 @@ static int extended_final_callback(struct ldb_request *req, struct ldb_reply *ar
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int extended_replace_dn(struct ldb_request *req, struct ldb_reply *ares)
|
||||
static int extended_replace_callback(struct ldb_request *req, struct ldb_reply *ares)
|
||||
{
|
||||
struct extended_dn_replace_list *os = talloc_get_type(req->context,
|
||||
struct extended_dn_replace_list);
|
||||
@ -282,7 +282,7 @@ static int extended_store_replace(struct extended_dn_context *ac,
|
||||
* processing */
|
||||
ret = ldb_build_search_req(&os->search_req,
|
||||
ac->ldb, os, os->dsdb_dn->dn, LDB_SCOPE_BASE, NULL,
|
||||
attrs, NULL, os, extended_replace_dn,
|
||||
attrs, NULL, os, extended_replace_callback,
|
||||
ac->req);
|
||||
LDB_REQ_SET_LOCATION(os->search_req);
|
||||
if (ret != LDB_SUCCESS) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user