Commit 2c93a100 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in send_update_resend.

parent 04a677c2
......@@ -1338,7 +1338,7 @@ send_update_resend(struct interface *ifp,
assert(prefix != NULL);
send_update(ifp, 1, prefix, plen);
record_resend(RESEND_UPDATE, prefix, plen, 0, 0, NULL, resend_delay);
record_resend(RESEND_UPDATE, prefix, plen, 0, NULL, NULL, resend_delay);
}
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