Skip to content
Snippets Groups Projects
Commit 2a749a32 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

lib/resolve: fixed debug build

parent 2c0abb46
Branches
Tags
No related merge requests found
......@@ -169,7 +169,7 @@ int kr_resolve(struct kr_context* ctx, knot_pkt_t *answer,
while (state == KNOT_STATE_PRODUCE) {
/* Hardlimit on iterative queries */
if (++iter_count > KR_ITER_LIMIT) {
DEBUG_MSG("iteration limit %d reached\n", ITER_LIMIT);
DEBUG_MSG("iteration limit %d reached\n", KR_ITER_LIMIT);
state = KNOT_STATE_FAIL;
break;
}
......
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