summaryrefslogtreecommitdiffstats
path: root/ip6tables-save.c
diff options
context:
space:
mode:
Diffstat (limited to 'ip6tables-save.c')
-rw-r--r--ip6tables-save.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ip6tables-save.c b/ip6tables-save.c
index c18bda2..772f786 100644
--- a/ip6tables-save.c
+++ b/ip6tables-save.c
@@ -314,6 +314,10 @@ int main(int argc, char *argv[])
program_name = "ip6tables-save";
program_version = NETFILTER_VERSION;
+#ifdef NO_SHARED_LIBS
+ init_extensions();
+#endif
+
while ((c = getopt_long(argc, argv, "bc", options, NULL)) != -1) {
switch (c) {
case 'b':