]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix compile error in --with-iptables-dir code
authorMark McLoughlin <markmc@redhat.com>
Thu, 10 Jan 2008 13:48:44 +0000 (13:48 +0000)
committerMark McLoughlin <markmc@redhat.com>
Thu, 10 Jan 2008 13:48:44 +0000 (13:48 +0000)
ChangeLog
src/iptables.c

index 816d775a5c124a023d6393656bc23e8300d6aa90..c48b3d03e61b335cde09a5a2805ce46af2f6dd29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jan 10 13:48:01 GMT 2008 Mark McLoughlin <markmc@redhat.com>
+
+       * src/iptables.c: Fix compile error in --with-iptables-dir code
+
 Thu Jan 10 13:46:14 GMT 2008 Mark McLoughlin <markmc@redhat.com>
 
        * src/util.c: change virExec() such that with --enable-debug,
index 26794d287756484556997df25144f28fb86882b8..34f1cd2188764dd88e0bd3c50d560e97613374d8 100644 (file)
@@ -91,7 +91,7 @@ struct _iptablesContext
 #ifdef IPTABLES_DIR
 static int
 writeRules(const char *path,
-           const iptRules *rules,
+           const iptRule *rules,
            int nrules)
 {
     char tmp[PATH_MAX];