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

Type fixed.

parent ff451e0f
No related branches found
No related tags found
No related merge requests found
......@@ -980,7 +980,7 @@ dnslib_zone_t *dnslib_zload_load(zloader_t *loader)
/* Release read lock. */
int fd = fileno(f);
fcntl(fd, F_SETLK, dnslib_file_lock(F_UNLCK, SEEK_SET));
/* No return value chech here on purpose. */
/* No return value check here on purpose. */
/* ID array is now useless */
free(id_array);
......
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