]> xenbits.xensource.com Git - libvirt.git/commitdiff
fix an unused variable warning
authorMark McLoughlin <markmc@redhat.com>
Thu, 10 Jan 2008 14:41:39 +0000 (14:41 +0000)
committerMark McLoughlin <markmc@redhat.com>
Thu, 10 Jan 2008 14:41:39 +0000 (14:41 +0000)
ChangeLog
src/iptables.c

index 210022e96d3f777a4e063b5b2b7ca53fe03ea65e..53f4cad8a60ce7272858194cfe431fb7500937ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 59236bda061c1f4866152d940c11b27960b6608e..5ac9be6166fb574a98fcc96df6ec6e6299f26262 100644 (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];