Skip to content
Snippets Groups Projects
Commit ac6ae432 authored by Dominik Taborsky's avatar Dominik Taborsky
Browse files

Merge branch 'protos-assert-crash' into valgrind_uninit_mem

parents 36a246de 4237e6d2
No related branches found
No related tags found
1 merge request!367Packet's wire memory initialization
......@@ -276,7 +276,7 @@ static int exec_request(struct knot_requestor *req, struct knot_request *last,
}
/* Expect complete request. */
if (req->overlay.state == KNOT_STATE_FAIL) {
if (req->overlay.state != KNOT_STATE_DONE) {
ret = KNOT_LAYER_ERROR;
}
......
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