Skip to content
Snippets Groups Projects
Commit cae7846b authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !168: iterate: fix typo from !165

parents 2f78b1f1 75eca71f
Branches
Tags
1 merge request!168iterate: fix typo from !165
Pipeline #1285 passed with stages
in 1 minute and 46 seconds
......@@ -731,7 +731,7 @@ static int resolve_badmsg(knot_pkt_t *pkt, struct kr_request *req, struct kr_que
if (query->flags & QUERY_SAFEMODE) {
return resolve_error(pkt, req);
} else if (query->flags & QUERY_NO_MINIMIZE) {
query->flags | QUERY_SAFEMODE;
query->flags |= QUERY_SAFEMODE;
return KR_STATE_DONE;
} else {
query->flags |= QUERY_NO_MINIMIZE;
......
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