Author: tridge
Date: 2006-09-10 11:32:42 +0000 (Sun, 10 Sep 2006)
New Revision: 18331

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

Log:

fixed a warning

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


Changeset:
Modified: branches/SAMBA_4_0/source/wrepl_server/wrepl_out_helpers.c
===================================================================
--- branches/SAMBA_4_0/source/wrepl_server/wrepl_out_helpers.c  2006-09-10 
11:32:31 UTC (rev 18330)
+++ branches/SAMBA_4_0/source/wrepl_server/wrepl_out_helpers.c  2006-09-10 
11:32:42 UTC (rev 18331)
@@ -569,7 +569,7 @@
 
 static NTSTATUS wreplsrv_pull_cycle_next_owner_do_work(struct 
wreplsrv_pull_cycle_state *state)
 {
-       struct wreplsrv_owner *current_owner;
+       struct wreplsrv_owner *current_owner=NULL;
        struct wreplsrv_owner *local_owner;
        uint32_t i;
        uint64_t old_max_version = 0;

Reply via email to