minor removal of whitespace

This commit is contained in:
Michael Rash
2011-10-21 22:54:49 -04:00
parent caf458ad3f
commit 0bda4ee1e5
+3 -3
View File
@@ -867,7 +867,7 @@ check_firewall_rules(fko_srv_options_t *opts)
if(*rn_start == '\n')
break;
}
if(*rn_start != '\n')
{
/* This should not happen. But if it does, complain,
@@ -897,7 +897,7 @@ check_firewall_rules(fko_srv_options_t *opts)
break;
}
strlcpy(rule_num_str, rn_start, (rn_end - rn_start)+1);
zero_cmd_buffers();
@@ -908,7 +908,7 @@ check_firewall_rules(fko_srv_options_t *opts)
ch[i].to_chain,
atoi(rule_num_str) - rn_offset
);
//fprintf(stderr, "DELETE RULE CMD: %s\n", cmd_buf);
res = run_extcmd(cmd_buf, err_buf, CMD_BUFSIZE, 0);