Chris Browne cbbrowne at lists.slony.info
Thu Feb 11 11:36:33 PST 2010
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv16601

Modified Files:
	remote_worker.c 
Log Message:
"if" should be "else if" as noticed by Richard Yen


Index: remote_worker.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.184
retrieving revision 1.185
diff -C 2 -d -r1.184 -r1.185
*** remote_worker.c	11 Feb 2010 19:36:08 -0000	1.184
--- remote_worker.c	11 Feb 2010 19:36:31 -0000	1.185
***************
*** 826,830 ****
  				need_reloadListen = true;
  			}
! 			if (strcmp(event->ev_type, "CLONE_NODE") == 0)
  			{
  				int			no_id = (int) strtol(event->ev_data1, NULL, 10);
--- 826,830 ----
  				need_reloadListen = true;
  			}
! 			else if (strcmp(event->ev_type, "CLONE_NODE") == 0)
  			{
  				int			no_id = (int) strtol(event->ev_data1, NULL, 10);



More information about the Slony1-commit mailing list