fix an unused variable warning

This commit is contained in:
Mark McLoughlin 2008-01-10 14:41:39 +00:00
parent 73ab4e0845
commit 4c50142381
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Jan 10 14:40:53 GMT 2008 Mark McLoughlin <markmc@redhat.com>
* src/iptables.c: fix an unused variable warning.
Thu Jan 10 13:59:15 GMT 2008 Mark McLoughlin <markmc@redhat.com>
* src/iptables.[ch]: add iptablesSaveRules(), and don't

View File

@ -570,7 +570,6 @@ static void
iptRulesReload(iptRules *rules)
{
int i;
int retval;
for (i = 0; i < rules->nrules; i++) {
iptRule *rule = &rules->rules[i];