Fix reload function (problem due to a bad merge), thanks to Erus
This commit is contained in:
parent
6ec79f626e
commit
8ea76e1167
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user