From d3af586da442b531ff83a341d1e992113c1b2ee0 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 12 Oct 2022 18:02:34 +0200 Subject: Removed an accidentally merged debug call introduced in 5395880908fdb264b5b78ccc455dced49eb29915 --- nest/rt-table.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'nest/rt-table.c') diff --git a/nest/rt-table.c b/nest/rt-table.c index 8e4a9e00..8980f147 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; -- cgit v1.2.3