CVS User Account cvsuser
Fri Feb 18 17:00:15 PST 2005
Log Message:
-----------
replace missing ; to allow remote_worke.c to compile again.

Modified Files:
--------------
    slony1-engine/src/slon:
        remote_worker.c (r1.73 -> r1.74)

-------------- next part --------------
Index: remote_worker.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -Lsrc/slon/remote_worker.c -Lsrc/slon/remote_worker.c -u -w -r1.73 -r1.74
--- src/slon/remote_worker.c
+++ src/slon/remote_worker.c
@@ -282,7 +282,7 @@
 	wd->workgroup_status = SLON_WG_IDLE;
 	wd->node = node;
 
-	wd->tab_fqname_size = SLON_MAX_PATH
+	wd->tab_fqname_size = SLON_MAX_PATH;
 	wd->tab_fqname = (char **)malloc(sizeof(char *) * wd->tab_fqname_size);
 	memset(wd->tab_fqname, 0, sizeof(char *) * wd->tab_fqname_size);
 	wd->tab_forward = malloc(wd->tab_fqname_size);


More information about the Slony1-commit mailing list