summaryrefslogtreecommitdiffstats
path: root/iptables-save.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-save.c')
-rw-r--r--iptables-save.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/iptables-save.c b/iptables-save.c
index 60397146..aa3b69af 100644
--- a/iptables-save.c
+++ b/iptables-save.c
@@ -306,6 +306,10 @@ int main(int argc, char *argv[])
program_name = "iptables-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':