mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow the -c -f file options to actually execute.
This commit is contained in:
parent
51fd6380c5
commit
975f2e5cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ main(int argc, char *argv[])
|
|||
argv += optind;
|
||||
argc -= optind;
|
||||
|
||||
if ((pidset && *argv) || (!pidset && !*argv))
|
||||
if ((pidset && *argv) || (!pidset && clear == NOTSET && !*argv))
|
||||
usage();
|
||||
|
||||
if (inherit)
|
||||
|
|
|
|||
Loading…
Reference in a new issue