Author: tpot
Date: 2005-08-25 23:05:41 +0000 (Thu, 25 Aug 2005)
New Revision: 9625

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9625

Log:
Get rid of "duplicate const" warning.

Modified:
   branches/SAMBA_4_0/source/lib/ldb/include/ldb.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb.h     2005-08-25 22:57:56 UTC 
(rev 9624)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb.h     2005-08-25 23:05:41 UTC 
(rev 9625)
@@ -268,7 +268,7 @@
   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);

Reply via email to