mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix compile error in --with-iptables-dir code
This commit is contained in:
@@ -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>
|
Thu Jan 10 13:46:14 GMT 2008 Mark McLoughlin <markmc@redhat.com>
|
||||||
|
|
||||||
* src/util.c: change virExec() such that with --enable-debug,
|
* src/util.c: change virExec() such that with --enable-debug,
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ struct _iptablesContext
|
|||||||
#ifdef IPTABLES_DIR
|
#ifdef IPTABLES_DIR
|
||||||
static int
|
static int
|
||||||
writeRules(const char *path,
|
writeRules(const char *path,
|
||||||
const iptRules *rules,
|
const iptRule *rules,
|
||||||
int nrules)
|
int nrules)
|
||||||
{
|
{
|
||||||
char tmp[PATH_MAX];
|
char tmp[PATH_MAX];
|
||||||
|
|||||||
Reference in New Issue
Block a user