Fix reload function (problem due to a bad merge), thanks to Erus

This commit is contained in:
Raphael Khaiat 2011-01-10 21:45:11 +01:00
parent 6ec79f626e
commit 8ea76e1167

View File

@ -438,6 +438,7 @@ main(int argc, char **argv)
int sigs[] = { SIGTERM, SIGQUIT, SIGCHLD };
argv_global = xstrdup(argv[0]);
all_argv = argv;
sprintf(conf.confpath, "%s/"DEF_CONF, getenv("HOME"));
while((i = getopt(argc, argv, "hviSc:s:g:C:V:")) != -1)