summaryrefslogtreecommitdiffstats
path: root/iptables/iptables-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/iptables-standalone.c')
-rw-r--r--iptables/iptables-standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/iptables-standalone.c b/iptables/iptables-standalone.c
index 1ebec33d..683a44a5 100644
--- a/iptables/iptables-standalone.c
+++ b/iptables/iptables-standalone.c
@@ -43,7 +43,7 @@ iptables_main(int argc, char *argv[])
{
int ret;
char *table = "filter";
- struct iptc_handle *handle = NULL;
+ struct xtc_handle *handle = NULL;
iptables_globals.program_name = "iptables";
ret = xtables_init_all(&iptables_globals, NFPROTO_IPV4);