diff options
Diffstat (limited to 'source4/dsdb/common')
-rw-r--r-- | source4/dsdb/common/util.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/dsdb/common/util.c b/source4/dsdb/common/util.c index 52ba40b02f..b6b90c9828 100644 --- a/source4/dsdb/common/util.c +++ b/source4/dsdb/common/util.c @@ -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; |