mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
Fix compile error in --with-iptables-dir code
This commit is contained in:
parent
cf0ee0f6e4
commit
fc11528f98
@ -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,
|
||||
|
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user