]> arthur.barton.de Git - ngircd-alex.git/commit
Correctly re-open syslog logging after reading of configuration
authorAlexander Barton <alex@barton.de>
Tue, 14 Feb 2012 10:01:13 +0000 (11:01 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 14 Feb 2012 10:01:13 +0000 (11:01 +0100)
commit3641e511095203818df7ca05439cf42eb7c7c954
treed99699f90b233d44998a37fed6eece07d032ea9a
parent3f46e93ccc429722ed4298127d664673d9e8f37d
Correctly re-open syslog logging after reading of configuration

Syslog logging has been initialized before reading the configuraton
file, so ngIRCd always used the default facility and ignored the
"SyslogFacility" configuration option.

Thanks to Patrik Schindler for reporting this issue!
src/ngircd/log.c
src/ngircd/log.h
src/ngircd/ngircd.c