Skip to content
Snippets Groups Projects
Commit 0bbf4d28 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

daemon: fflush before running evloop

parent f3239859
Branches
Tags
No related merge requests found
......@@ -126,6 +126,7 @@ int main(int argc, char **argv)
worker_start(&udp_sock, &worker);
/* Run the event loop. */
fflush(stdout);
ret = uv_run(loop, UV_RUN_DEFAULT);
/* Cleanup. */
......
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