mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Merge correction commit
This commit is contained in:
6
repmgr.c
6
repmgr.c
@@ -254,12 +254,6 @@ main(int argc, char **argv)
|
||||
printf(_("Opening configuration file: %s\n"), runtime_options.config_file);
|
||||
|
||||
parse_config(runtime_options.config_file, &options);
|
||||
if (options.node == -1)
|
||||
{
|
||||
fprintf(stderr, "Node information is missing. "
|
||||
"Check the configuration file.\n");
|
||||
exit(ERR_BAD_CONFIG);
|
||||
}
|
||||
|
||||
keywords[2] = "user";
|
||||
values[2] = runtime_options.username;
|
||||
|
||||
Reference in New Issue
Block a user