Commit 9bb29f48 authored by Joanne Hugé's avatar Joanne Hugé

Add return statement to poll thread

parent d39475a5
......@@ -182,6 +182,8 @@ static void *poll_thread(void *p) {
process_error_queue();
}
}
return NULL;
}
static void process_error_queue() {
......
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