diff options
author | Maria Matejka <mq@ucw.cz> | 2022-10-12 11:24:23 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-10-12 11:24:23 +0200 |
commit | c4957647b4b2d763ecf0c3d63f3dccec9188268b (patch) | |
tree | 337d9aa652325cec1cc05b51c2c6f71686f2e149 /nest/rt-table.c | |
parent | 2b7829734af5717ea2328e330afa8621468f36df (diff) | |
parent | 4ba991f19c2f8aa893a723f29775c50e1370ed07 (diff) |
Merge commit '4ba991f1' into thread-next
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r-- | nest/rt-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c index dad5d0cc..8980f147 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -799,7 +799,7 @@ export_filter(struct channel *c, rte *rt, 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) |