[server] bug fix for ipfw firewall rule removal

This commit is contained in:
Michael Rash
2015-08-21 21:35:10 -04:00
parent ec9eef3365
commit 2f94413b2f
+1
View File
@@ -640,6 +640,7 @@ check_firewall_rules(const fko_srv_options_t * const opts,
res = run_extcmd(cmd_buf, cmd_out, STANDARD_CMD_OUT_BUFSIZE,
WANT_STDERR, NO_TIMEOUT, &pid_status, opts);
chop_newline(cmd_out);
log_msg(LOG_DEBUG, "check_firewall_rules() CMD: '%s' (res: %d)",
cmd_buf, res);