From 9e326487687d1d2077964951093f49c9cddbff21 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Sep 2009 17:20:34 -0700 Subject: s4-dsdb: make dsdb_search_dn_with_deleted public for repl_meta_data module --- source4/dsdb/common/util.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/dsdb') 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; -- cgit