svn commit: samba r9881 - in branches/SAMBA_4_0/source/lib/ldb/modules: .

tpot at samba.org tpot at samba.org
Thu Sep 1 07:45:00 GMT 2005


Author: tpot
Date: 2005-09-01 07:44:59 +0000 (Thu, 01 Sep 2005)
New Revision: 9881

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

Log:
I can't believe this can make a difference...

Modified:
   branches/SAMBA_4_0/source/lib/ldb/modules/ldb_map.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/modules/ldb_map.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/modules/ldb_map.c	2005-09-01 07:37:13 UTC (rev 9880)
+++ branches/SAMBA_4_0/source/lib/ldb/modules/ldb_map.c	2005-09-01 07:44:59 UTC (rev 9881)
@@ -1164,7 +1164,7 @@
 
 static struct ldb_val map_convert_local_dn(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val)
 {
-	struct ldb_dn *dn, *newdn;;
+	struct ldb_dn *dn, *newdn;
 	struct ldb_val *newval;
 
 	dn = ldb_dn_explode(ctx, (char *)val->data);
@@ -1184,7 +1184,7 @@
 
 static struct ldb_val map_convert_remote_dn(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val)
 {
-	struct ldb_dn *dn, *newdn;;
+	struct ldb_dn *dn, *newdn;
 	struct ldb_val *newval;
 
 	dn = ldb_dn_explode(ctx, (char *)val->data);



More information about the samba-cvs mailing list