]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Minor change for debugging.
authorRusty Russell <rusty@linuxcare.com.au>
Wed, 31 May 2000 06:33:50 +0000 (06:33 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 31 May 2000 06:33:50 +0000 (06:33 +0000)
iptables.c
libiptc/libiptc.c

index 44250e1d650fd1aae5ef285f17b9cc31c5cc1867..6c77d1338d82c0d15f5b7acd1fb22afa9b5e5e0f 100644 (file)
@@ -125,7 +125,7 @@ static struct option original_opts[] = {
        { 0 }
 };
 
-#if 0
+#ifndef __OPTIMIZE__
 static struct ipt_entry_target *
 ipt_get_target(struct ipt_entry *e)
 {
index ddbea747409a3d601ae082d6da5406313538387b..8934a1dde3322ee98821c850a5233123da1af2c5 100644 (file)
@@ -15,7 +15,7 @@
 #define IPT_LIB_DIR "/usr/local/lib/iptables"
 #endif
 
-#if 0
+#ifndef __OPTIMIZE__
 static STRUCT_ENTRY_TARGET *
 GET_TARGET(STRUCT_ENTRY *e)
 {