mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Initialize cli_errors
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -116,7 +116,7 @@ static char *repmgr_slot_name_ptr = NULL;
|
|||||||
static char path_buf[MAXLEN] = "";
|
static char path_buf[MAXLEN] = "";
|
||||||
|
|
||||||
/* Collate command line errors here for friendlier reporting */
|
/* Collate command line errors here for friendlier reporting */
|
||||||
static ErrorList cli_errors;
|
static ErrorList cli_errors = { NULL, NULL };
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char **argv)
|
main(int argc, char **argv)
|
||||||
|
|||||||
Reference in New Issue
Block a user