Fix compile error in --with-iptables-dir code

This commit is contained in:
Mark McLoughlin 2008-01-10 13:48:44 +00:00
parent cf0ee0f6e4
commit fc11528f98
2 changed files with 5 additions and 1 deletions

View File

@ -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,

View 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];