Commit c00004d2 authored by Geoff Simmons's avatar Geoff Simmons

varnishevent: close the config file

parent fde3c9b5
......@@ -262,6 +262,7 @@ CONF_ReadFile(const char *file) {
return(-1);
}
}
fclose(in);
return(0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment