mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
fix an unused variable warning
This commit is contained in:
parent
73ab4e0845
commit
4c50142381
@ -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
|
||||
|
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user