fix: added some missing initializers to avoid compiler warning

This commit is contained in:
Christian Kruse
2014-01-09 13:33:22 +01:00
parent 0e8ff1730e
commit 9f26254ac3

View File

@@ -86,7 +86,7 @@ bool require_password = false;
/* Initialization of runtime options */
t_runtime_options runtime_options = { "", "", "", "", "", "", DEFAULT_WAL_KEEP_SEGMENTS, false, false, false, false, "", "", 0 };
t_configuration_options options = { "", -1, "", MANUAL_FAILOVER, -1, "", "", "", "", "", "", "", -1 };
t_configuration_options options = { "", -1, "", MANUAL_FAILOVER, -1, "", "", "", "", "", "", "", -1, -1, -1 };
static char *server_mode = NULL;
static char *server_cmd = NULL;