Skip to content
Snippets Groups Projects
Commit 5930e013 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed missing error code.

parent e9961216
No related branches found
No related tags found
No related merge requests found
......@@ -407,7 +407,7 @@ int tcp_master(dthread_t *thread)
// Cancellation point
if (dt_is_cancelled(thread)) {
return -1;
return KNOT_EOK;
}
// Accept on master socket
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment