diff --git a/ChangeLog b/ChangeLog index 816d775a5c..c48b3d03e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jan 10 13:48:01 GMT 2008 Mark McLoughlin + + * src/iptables.c: Fix compile error in --with-iptables-dir code + Thu Jan 10 13:46:14 GMT 2008 Mark McLoughlin * src/util.c: change virExec() such that with --enable-debug, diff --git a/src/iptables.c b/src/iptables.c index 26794d2877..34f1cd2188 100644 --- a/src/iptables.c +++ b/src/iptables.c @@ -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];