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

Fixed typ

parent 437862ae
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
int knot_nsec3_params_from_wire(knot_nsec3_params_t *params,
const knot_rrset_t *nsec3param)
{
if (params == NULL || nsec3_param == NULL) {
if (params == NULL || nsec3param == NULL) {
return KNOT_EBADARG;
}
......
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