Skip to content
Snippets Groups Projects
Commit 15fa9e28 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed missing RCU unlock.

parent 443b9586
No related branches found
No related tags found
No related merge requests found
......@@ -1018,6 +1018,7 @@ static int xfr_update_msgpref(knot_ns_xfr_t *req, const char *keytag)
zonedata_t *zd = (zonedata_t *)knot_zone_data(req->zone);
if (zd == NULL) {
free(r_key);
conf_read_unlock();
return KNOTD_EINVAL;
} else {
zname = zd->conf->name;
......
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