mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
s4-dsdb: make dsdb_search_dn_with_deleted public for repl_meta_data module
This commit is contained in:
parent
5acd8bc01b
commit
9e32648768
@ -2187,11 +2187,11 @@ int dsdb_find_dn_by_guid(struct ldb_context *ldb,
|
||||
/*
|
||||
search for attrs on one DN, allowing for deleted objects
|
||||
*/
|
||||
static int dsdb_search_dn_with_deleted(struct ldb_context *ldb,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct ldb_result **_res,
|
||||
struct ldb_dn *basedn,
|
||||
const char * const *attrs)
|
||||
int dsdb_search_dn_with_deleted(struct ldb_context *ldb,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct ldb_result **_res,
|
||||
struct ldb_dn *basedn,
|
||||
const char * const *attrs)
|
||||
{
|
||||
int ret;
|
||||
struct ldb_request *req;
|
||||
|
Loading…
Reference in New Issue
Block a user