summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2000-05-31 06:33:50 +0000
committerRusty Russell <rusty@rustcorp.com.au>2000-05-31 06:33:50 +0000
commit4e242f822ef0add1359c540ed0cf3acdf74c63f3 (patch)
tree759180b6f02b62d2c814469a518d22d5646422a9 /iptables.c
parentddd5b3b91e8856c9c8824067065548396dc81d8b (diff)
Minor change for debugging.
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables.c b/iptables.c
index 44250e1d..6c77d133 100644
--- a/iptables.c
+++ b/iptables.c
@@ -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)
{