Make parse_config_file_end() clear re_init
authorSteven Luo <steven+maemo@steven676.net>
Thu, 17 Dec 2009 11:12:12 +0000 (03:12 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Thu, 17 Dec 2009 11:12:12 +0000 (03:12 -0800)
commitf2de63c6e0c4bd6dd0bd02b8953b9a4d06a0bcb0
treec9fa02e4884a7439f77f7ff24b5812f4e73a1bdd
parent0a8cbe98b0c4b2e8061abb6b1ce4593149024fb3
Make parse_config_file_end() clear re_init

Without this, another call to parse_config_file_begin() does nothing,
which causes a crash in parse_config_file_line().
configfile.c