Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Merge correction commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Smith authored and Greg Smith committed Mar 3, 2011
1 parent 295a183 commit f372793
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions repmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f372793

Please sign in to comment.