summaryrefslogtreecommitdiff
path: root/nest
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-10-12 18:02:34 +0200
committerMaria Matejka <mq@ucw.cz>2022-10-12 18:02:34 +0200
commitd3af586da442b531ff83a341d1e992113c1b2ee0 (patch)
tree9954ea4d1eefa56249ab06e82fbb35b3397d1ff3 /nest
parenta9fe913a41a9eff33ce9d39a7e3a80c8498bae0e (diff)
Removed an accidentally merged debug call introduced in 5395880908fdb264b5b78ccc455dced49eb29915
Diffstat (limited to 'nest')
-rw-r--r--nest/rt-table.c3
1 files changed, 0 insertions, 3 deletions
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;