Commit 63decb89 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Add assertion.

parent 5c2c88ca
...@@ -903,6 +903,8 @@ send_update_resend(struct network *net, ...@@ -903,6 +903,8 @@ send_update_resend(struct network *net,
{ {
int delay; int delay;
assert(prefix != NULL);
send_update(net, 1, prefix, plen); send_update(net, 1, prefix, plen);
delay = 2000; delay = 2000;
......
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