From: Maria Matejka Date: Wed, 12 Oct 2022 16:02:34 +0000 (+0200) Subject: Removed an accidentally merged debug call introduced in 5395880908fdb264b5b78ccc455dc... X-Git-Tag: v3.0-alpha1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3af586da442b531ff83a341d1e992113c1b2ee0;p=thirdparty%2Fbird.git Removed an accidentally merged debug call introduced in 5395880908fdb264b5b78ccc455dced49eb29915 --- diff --git a/nest/rt-table.c b/nest/rt-table.c index 8e4a9e001..8980f147f 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -899,9 +899,6 @@ rt_notify_basic(struct channel *c, const net_addr *net, rte *new, rte *old) if (old && !bmap_test(&c->export_map, old->id)) old = NULL; - if (old && (old->sender == c->in_req.hook)) - bug("bad-behaved pipe"); - if (!new && !old) return;