svn commit: samba r9634 - in branches/SOC/SAMBA_4_0: . source/lib/ldb/include

brad at samba.org brad at samba.org
Fri Aug 26 04:56:21 GMT 2005


Author: brad
Date: 2005-08-26 04:56:20 +0000 (Fri, 26 Aug 2005)
New Revision: 9634

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

Log:
 r9625 at buttercup:  tpot | 2005-08-25 17:05:41 -0600
 Get rid of "duplicate const" warning.
 

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


Changeset:

Property changes on: branches/SOC/SAMBA_4_0
___________________________________________________________________
Name: svk:merge
   - 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/SAMBA_4_0:9624
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/SAMBA_4_0:5616
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/samba-SAMBA_4_0:5609
   + 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/SAMBA_4_0:9625
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/SAMBA_4_0:5616
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/samba-SAMBA_4_0:5609

Modified: branches/SOC/SAMBA_4_0/source/lib/ldb/include/ldb.h
===================================================================
--- branches/SOC/SAMBA_4_0/source/lib/ldb/include/ldb.h	2005-08-26 04:56:09 UTC (rev 9633)
+++ branches/SOC/SAMBA_4_0/source/lib/ldb/include/ldb.h	2005-08-26 04:56:20 UTC (rev 9634)
@@ -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);



More information about the samba-cvs mailing list