[server] minor fix to remove unnecessary opts.status check
This commit is contained in:
parent
7d1ad9a4fa
commit
64a4642c47
@ -153,7 +153,7 @@ main(int argc, char **argv)
|
||||
|
||||
/* Restart the currently running fwknopd?
|
||||
*/
|
||||
if(opts.restart == 1 || opts.status == 1)
|
||||
if(opts.restart == 1)
|
||||
{
|
||||
old_pid = get_running_pid(&opts);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user