Fix reload function (problem due to a bad merge), thanks to Erus
This commit is contained in:
@@ -438,6 +438,7 @@ main(int argc, char **argv)
|
|||||||
int sigs[] = { SIGTERM, SIGQUIT, SIGCHLD };
|
int sigs[] = { SIGTERM, SIGQUIT, SIGCHLD };
|
||||||
|
|
||||||
argv_global = xstrdup(argv[0]);
|
argv_global = xstrdup(argv[0]);
|
||||||
|
all_argv = argv;
|
||||||
sprintf(conf.confpath, "%s/"DEF_CONF, getenv("HOME"));
|
sprintf(conf.confpath, "%s/"DEF_CONF, getenv("HOME"));
|
||||||
|
|
||||||
while((i = getopt(argc, argv, "hviSc:s:g:C:V:")) != -1)
|
while((i = getopt(argc, argv, "hviSc:s:g:C:V:")) != -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user