[server] minor fix to remove unnecessary opts.status check

This commit is contained in:
Michael Rash 2014-05-05 23:11:32 -04:00
parent 7d1ad9a4fa
commit 64a4642c47

View File

@ -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);