Skip to content
Snippets Groups Projects
Commit bafd6ac5 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

knot_changeset_add_new_rr: fallback if asserts not compiled in

parent ae50b503
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,7 @@ int knot_changeset_add_new_rr(knot_changeset_t *changeset,
break;
default:
assert(0);
return KNOT_EINVAL;
}
assert(rrsets != NULL);
......
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