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

Fixed error (missing wrapper assignment)

parent 4bc7d979
No related branches found
No related tags found
No related merge requests found
......@@ -617,6 +617,8 @@ zloader_t *dnslib_zload_open(const char *filename)
return NULL;
}
fread_wrapper = fread_safe_from_file;
/* Open file for binary read. */
FILE *f = fopen(filename, "rb");
if (unlikely(!f)) {
......
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