r9625: Get rid of "duplicate const" warning.
authorTim Potter <tpot@samba.org>
Thu, 25 Aug 2005 23:05:41 +0000 (23:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:35 +0000 (13:34 -0500)
source/lib/ldb/include/ldb.h

index 46b359b8ba48dd906143c77d3877b66d2d4e3fa7..66b0343891400079fc646a82b0f5ce957bd0429f 100644 (file)
@@ -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);