summaryrefslogtreecommitdiffstats
path: root/iptables-standalone.c
diff options
context:
space:
mode:
authorMaciej Zenczykowski <maze@google.com>2011-04-04 15:38:11 +0200
committerPatrick McHardy <kaber@trash.net>2011-04-04 15:38:11 +0200
commitc1e04bd1b057151afaf7e6138089f2fe2c1b7d1c (patch)
tree0e2d7f1ba1d463a72a1681c51a3cd6d1b0a1e4d0 /iptables-standalone.c
parent9680f2ecbdb7e5c61ab60e7399e9ca9f1013fd8d (diff)
v4: rename do_command() to do_command4()
Signed-off-by: Maciej Zenczykowski <maze@google.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'iptables-standalone.c')
-rw-r--r--iptables-standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-standalone.c b/iptables-standalone.c
index 38dd2c28..b0859464 100644
--- a/iptables-standalone.c
+++ b/iptables-standalone.c
@@ -62,7 +62,7 @@ main(int argc, char *argv[])
init_extensions4();
#endif
- ret = do_command(argc, argv, &table, &handle);
+ ret = do_command4(argc, argv, &table, &handle);
if (ret) {
ret = iptc_commit(handle);
iptc_free(handle);