Merge correction commit

This commit is contained in:
Greg Smith
2011-03-03 09:26:22 -05:00
parent 295a183d0b
commit f372793114

View File

@@ -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;