Don't call cf_section_read() recursively. Instead, leverage the
authoraland <aland>
Tue, 5 Sep 2006 21:39:24 +0000 (21:39 +0000)
committeraland <aland>
Tue, 5 Sep 2006 21:39:24 +0000 (21:39 +0000)
commit7fe37b8ddcf8cf23f4f9173ed611509d7bf827c6
treeb976501150728ef55e734a78290ca9226e664c35
parent9f8b2b5077749dcf9be2e1d150b625cd102b9cf9
Don't call cf_section_read() recursively.  Instead, leverage the
fact that each section has a parent pointer to do it iteratively,
which means that we can catch more cases of mismatched braces
src/main/conffile.c