]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removed an accidentally merged debug call introduced in 5395880908fdb264b5b78ccc455dc...
authorMaria Matejka <mq@ucw.cz>
Wed, 12 Oct 2022 16:02:34 +0000 (18:02 +0200)
committerMaria Matejka <mq@ucw.cz>
Wed, 12 Oct 2022 16:02:34 +0000 (18:02 +0200)
nest/rt-table.c

index 8e4a9e001a023ea478602efb14e8a9699c576666..8980f147f823031fde248b4a10da7c33e04ef3dc 100644 (file)
@@ -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;