svn commit: samba r12078 - in branches/SAMBA_4_0/source/wrepl_server: .

metze at samba.org metze at samba.org
Mon Dec 5 22:22:06 GMT 2005


Author: metze
Date: 2005-12-05 22:22:05 +0000 (Mon, 05 Dec 2005)
New Revision: 12078

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

Log:
fix the build on hosts with old compilers

metze

Modified:
   branches/SAMBA_4_0/source/wrepl_server/wrepl_apply_records.c


Changeset:
Modified: branches/SAMBA_4_0/source/wrepl_server/wrepl_apply_records.c
===================================================================
--- branches/SAMBA_4_0/source/wrepl_server/wrepl_apply_records.c	2005-12-05 21:02:23 UTC (rev 12077)
+++ branches/SAMBA_4_0/source/wrepl_server/wrepl_apply_records.c	2005-12-05 22:22:05 UTC (rev 12078)
@@ -903,7 +903,7 @@
 	struct r_do_challenge_state *state = talloc_get_type(ireq->async.private,
 							     struct r_do_challenge_state);
 	BOOL old_is_subset = False;
-	BOOL new_is_subset = False;;
+	BOOL new_is_subset = False;
 	BOOL found = False;
 	uint32_t i,j;
 	uint32_t num_rec_addrs;



More information about the samba-cvs mailing list