summaryrefslogtreecommitdiffstats
path: root/iptables-save.c
diff options
context:
space:
mode:
authorMaciej Zenczykowski <maze@google.com>2011-04-04 15:32:39 +0200
committerPatrick McHardy <kaber@trash.net>2011-04-04 15:32:39 +0200
commit5e8f947becc00a79e78b2a6cf0e25fd674c57ec4 (patch)
tree30792cb5caec11f39aa3a53ab2fcc78d1f80c5c4 /iptables-save.c
parent2c6ac071a9c660b61a76565d1024d372deac8a98 (diff)
v4: rename init_extensions() to init_extensions4()
Signed-off-by: Maciej Zenczykowski <maze@google.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'iptables-save.c')
-rw-r--r--iptables-save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-save.c b/iptables-save.c
index 3e3ec43c..a0aa5d80 100644
--- a/iptables-save.c
+++ b/iptables-save.c
@@ -149,7 +149,7 @@ main(int argc, char *argv[])
exit(1);
}
#if defined(ALL_INCLUSIVE) || defined(NO_SHARED_LIBS)
- init_extensions();
+ init_extensions4();
#endif
while ((c = getopt_long(argc, argv, "bcdt:", options, NULL)) != -1) {