Skip to content
Snippets Groups Projects
Commit c3acd7a4 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Revert "Add fclose file descriptor"

This reverts commit 060d5e20.
Crashes parsers - cannot free fp as it is used during parsing.
parent 2cd571cd
No related branches found
No related tags found
No related merge requests found
......@@ -478,7 +478,6 @@ static int zone_open(const char *filename, uint32_t ttl, uint16_t rclass,
if (zp_get_in(scanner) == 0) {
return 0;
}
fclose(f);
}
return 1;
......
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