From 4ba991f19c2f8aa893a723f29775c50e1370ed07 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 23 Nov 2021 11:12:32 +0000 Subject: Fixed channel export map confusion --- nest/rt-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/rt-table.c') diff --git a/nest/rt-table.c b/nest/rt-table.c index d09abbef..c53fd195 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -507,7 +507,7 @@ export_filter_(struct channel *c, rte *rt, linpool *pool, int silent) stats->updates_rejected++; if (v == RIC_REJECT) channel_rte_trace_out(D_FILTERS, c, rt, "rejected by protocol"); - goto reject_noset; + goto reject; } if (v > 0) -- cgit v1.2.3