Commit ad9b4477 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Flush buffers at startup.

parent d4a62325
......@@ -572,6 +572,8 @@ main(int argc, char **argv)
gettime(&now);
send_hello(ifp);
send_wildcard_retraction(ifp);
flushupdates(ifp);
flushbuf(&ifp->buf);
}
FOR_ALL_INTERFACES(ifp) {
......
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