From 4e242f822ef0add1359c540ed0cf3acdf74c63f3 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 31 May 2000 06:33:50 +0000 Subject: Minor change for debugging. --- iptables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables.c') 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) { -- cgit v1.2.3