From 0ec755cfa0499bf1f271584db3c028d87973f1af Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 25 Aug 2005 23:05:41 +0000 Subject: [PATCH] r9625: Get rid of "duplicate const" warning. --- source/lib/ldb/include/ldb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/ldb/include/ldb.h b/source/lib/ldb/include/ldb.h index 46b359b8ba4..66b03438914 100644 --- a/source/lib/ldb/include/ldb.h +++ b/source/lib/ldb/include/ldb.h @@ -268,7 +268,7 @@ int ldb_connect(struct ldb_context *ldb, const char *url, unsigned int flags, co use talloc_free to free the ldb_message returned */ int ldb_search(struct ldb_context *ldb, - const const struct ldb_dn *base, + const struct ldb_dn *base, enum ldb_scope scope, const char *expression, const char * const *attrs, struct ldb_message ***res); -- 2.34.1