Skip to content
Snippets Groups Projects
Commit eec64ca5 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#5276 from HEAD

parent aff0efe2
Branches
Tags
No related merge requests found
......@@ -843,6 +843,10 @@ read_config_file(const char *fname, int depth, ConfigArgs *cf, ConfigTable *cft)
rc = 0;
done:
if ( cf ) {
cf->be = c->be;
cf->bi = c->bi;
}
ch_free(c->tline);
fclose(fp);
ch_free(c->argv);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment