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

Type fixed.

parent c0d2ba27
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,8 @@ static const error_table_t knot_zcompile_error_msgs[] = {
{KNOT_ZCOMPILE_ERROR, "Generic error."},
{KNOT_ZCOMPILE_EBRDATA, "Malformed RDATA."},
{KNOT_ZCOMPILE_ESOA, "Multiple SOA records."},
{KNOT_ZCOMPILE_EBADSOA, "SOA record has diffent owner than in config."},
{KNOT_ZCOMPILE_EBADSOA, "SOA record has different owner "
"than in config - parser will not continue!"},
{KNOT_ZCOMPILE_EBADNODE, "Error handling node."},
{KNOT_ZCOMPILE_EZONEINVAL, "Invalid zone file."},
{KNOT_ZCOMPILE_EPARSEFAIL, "Parser failed."},
......
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