Commit dda1e777 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Schedule flushing in send_self_retract.

parent 15940ce0
......@@ -650,6 +650,7 @@ send_self_retract(struct network *net)
really_send_update(net, myid, xroutes[i].prefix, xroutes[i].plen,
myseqno, 0xFFFF);
}
schedule_update_flush(net, 1);
}
void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment