CVS User Account cvsuser
Fri May 27 21:44:14 PDT 2005
Log Message:
-----------
remove extra no-op

Modified Files:
--------------
    slony1-engine/src/slon:
        misc.c (r1.17 -> r1.18)

-------------- next part --------------
Index: misc.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/misc.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -Lsrc/slon/misc.c -Lsrc/slon/misc.c -u -w -r1.17 -r1.18
--- src/slon/misc.c
+++ src/slon/misc.c
@@ -146,8 +146,6 @@
 		}
 	}
 
-	sprintf(outbuf, "");
-
 	if (logtimestamp == true && (Use_syslog != 1))
 	{
 		strftime(time_buf, sizeof(time_buf), log_timestamp_format, localtime(&stamp_time));


More information about the Slony1-commit mailing list