From 9f4929e749d945c727f245ed7ef30c557124c352 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 4 Mar 2000 22:30:44 +0000 Subject: Renamed EAF_INLINE to EAF_TEMP to make the name reflect the real meaning. --- filter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter.c') diff --git a/filter/filter.c b/filter/filter.c index 7e52664..f0e9cd8 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -361,7 +361,7 @@ interpret(struct f_inst *what) break; } - if (what->aux & EAF_INLINE) { + if (!(what->aux & EAF_TEMP)) { *f_rte = rte_do_cow(*f_rte); l->next = (*f_rte)->attrs->eattrs; (*f_rte)->attrs->eattrs = l; -- cgit v1.2.3