removing old code which is made invalid after merging the different branches by upstream

This commit is contained in:
trbs
2011-02-11 21:55:20 +01:00
committed by Greg Smith
parent c6693340c1
commit 295a183d0b

View File

@@ -254,6 +254,12 @@ 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;