Skip to content
Snippets Groups Projects
Commit ca6ed36e authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Added missing string reference to log message.

Refs #102
parent 9f9c4102
Branches
Tags
No related merge requests found
......@@ -339,7 +339,7 @@ int xfrin_handle_error(const knot_dname_t *zone_owner,
log_zone_error("Zone %s: Failed to process "
"incoming RR, transfer "
"is probably malformed. (Reason: %s)\n",
knot_strerror(ret));
zonename, knot_strerror(ret));
free(zonename);
return KNOT_ERROR;
}
......
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