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

Reverted wrong fix.

parent f1cdd288
No related branches found
No related tags found
No related merge requests found
......@@ -1277,12 +1277,9 @@ int xfr_answer(knot_nameserver_t *ns, knot_ns_xfr_t *xfr)
}
int ret = knot_ns_init_xfr(ns, xfr);
if (ret != KNOT_EOK) {
return ret;
}
int xfr_failed = (ret != KNOT_EOK);
const char * errstr = knot_strerror(ret);
const char *errstr = knot_strerror(ret);
// use the QNAME as the zone name to get names also for
// zones that are not in the server
......
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