Mon Sep 27 21:32:18 PDT 2004
- Previous message: [Slony1-commit] By darcyb: fix "fatal error: illegal rule: missing semicolon or | ?,
- Next message: [Slony1-commit] By cbbrowne: Additions due to the "productionizing" of the 2nd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
fix "Warning: confoptions.c, line 457: The scalar variable "newval" is fetched but not initialized." as reported on Tru64
Modified Files:
--------------
slony1-engine/src/slon:
confoptions.c (r1.3 -> r1.4)
-------------- next part --------------
Index: confoptions.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/confoptions.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lsrc/slon/confoptions.c -Lsrc/slon/confoptions.c -u -w -r1.3 -r1.4
--- src/slon/confoptions.c
+++ src/slon/confoptions.c
@@ -442,7 +442,7 @@
case SLON_C_STRING:
{
struct config_string *conf = (struct config_string *) record;
- char *newval;
+ char *newval=NULL;
if (value)
{
- Previous message: [Slony1-commit] By darcyb: fix "fatal error: illegal rule: missing semicolon or | ?,
- Next message: [Slony1-commit] By cbbrowne: Additions due to the "productionizing" of the 2nd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list