summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-08-25 23:05:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:35 -0500
commita45c4fd5e24c8ae50bd86c6c84d1a3278e1bdab6 (patch)
tree9cb1a7f12e1ba2f425ba4989557b788ec0bfdd16
parenta16c390fe07cb5908b042cc88b0928a92d8326b6 (diff)
downloadsamba-a45c4fd5e24c8ae50bd86c6c84d1a3278e1bdab6.tar.gz
samba-a45c4fd5e24c8ae50bd86c6c84d1a3278e1bdab6.tar.bz2
samba-a45c4fd5e24c8ae50bd86c6c84d1a3278e1bdab6.zip
r9625: Get rid of "duplicate const" warning.
(This used to be commit 0ec755cfa0499bf1f271584db3c028d87973f1af)
-rw-r--r--source4/lib/ldb/include/ldb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h
index 46b359b8ba..66b0343891 100644
--- a/source4/lib/ldb/include/ldb.h
+++ b/source4/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);