Skip to content
Snippets Groups Projects
Commit d80c4804 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Missing semicolon

parent 8f3aeef9
No related branches found
No related tags found
No related merge requests found
......@@ -768,7 +768,7 @@ static int xfr_client_start(xfrworker_t *w, knot_ns_xfr_t *data)
char ebuf[256] = {0};
strerror_r(errno, ebuf, sizeof(ebuf));
dbg_xfr("xfr: couldn't write request to evqueue: %s\n",
ebuf)
ebuf);
return KNOTD_ERROR;
}
return KNOTD_EOK;
......
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