]> arthur.barton.de Git - ngircd-alex.git/commit - src/ngircd/conf.h
Do not exit unconditionally if config file cannot be opened
authorFlorian Westphal <fw@strlen.de>
Tue, 18 Mar 2008 20:12:47 +0000 (20:12 +0000)
committerFlorian Westphal <fw@strlen.de>
Wed, 26 Mar 2008 20:31:13 +0000 (21:31 +0100)
commitabb1abeb772c0876655c066d396f92ee46292c62
treeada464bdabfffa4334bd02befee0704ad8efe7ab
parentab1f48a34668295275b794f1cc09839acc445c2b
Do not exit unconditionally if config file cannot be opened

ngircd will exit if the config file cannot be opened. While
thats okay if ngircd starts up for the first time, it isn't
when we are re-reading the config file after a /REHASH or SIGHUP.
ChangeLog
src/ngircd/conf.c
src/ngircd/conf.h
src/ngircd/ngircd.c