- added patch to support statically linking of iptables
- iptables-save/-restore is no longer experimental
diff --git a/iptables-restore.c b/iptables-restore.c
index b6bcb7b..2f4d876 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -4,7 +4,7 @@
  *
  * This coude is distributed under the terms of GNU GPL
  *
- * $Id: iptables-restore.c,v 1.12 2001/05/26 04:41:56 laforge Exp $
+ * $Id: iptables-restore.c,v 1.13 2001/06/16 18:25:25 laforge Exp $
  */
 
 #include <getopt.h>
@@ -109,6 +109,10 @@
 	program_name = "iptables-restore";
 	program_version = NETFILTER_VERSION;
 
+#ifdef NO_SHARED_LIBS
+	init_extensions();
+#endif
+
 	while ((c = getopt_long(argc, argv, "bcvhnM:", options, NULL)) != -1) {
 		switch (c) {
 			case 'b':