Commit 3cf5e0f1 authored by Maria Matejka's avatar Maria Matejka
Browse files

Dropping a nonsensical assert which broke Babel

parent ee84ff14
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -614,9 +614,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;