From 5274b478e6898d79dd021e5d9a5289cb497d4773 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org" Date: Mon, 27 Dec 2004 19:49:28 +0000 Subject: Fix setting lib_dir in ip*tables-{save,restore} --- iptables.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'iptables.c') diff --git a/iptables.c b/iptables.c index 7c003ad..ca0a66f 100644 --- a/iptables.c +++ b/iptables.c @@ -47,10 +47,6 @@ #define FALSE 0 #endif -#ifndef IPT_LIB_DIR -#define IPT_LIB_DIR "/usr/local/lib/iptables" -#endif - #ifndef PROC_SYS_MODPROBE #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe" #endif @@ -195,6 +191,7 @@ static int inverse_for_options[NUMBER_OF_OPT] = const char *program_version; const char *program_name; +char *lib_dir; /* Keeping track of external matches and targets: linked lists. */ struct iptables_match *iptables_matches = NULL; @@ -210,8 +207,6 @@ struct pprot { u_int8_t num; }; -static char *lib_dir; - /* Primitive headers... */ /* defined in netinet/in.h */ #if 0 @@ -1715,10 +1710,6 @@ int do_command(int argc, char *argv[], char **table, iptc_handle_t *handle) memset(&fw, 0, sizeof(fw)); - lib_dir = getenv("IPTABLES_LIB_DIR"); - if (!lib_dir) - lib_dir = IPT_LIB_DIR; - /* re-set optind to 0 in case do_command gets called * a second time */ optind = 0; -- cgit v1.2.3