mirror of
https://github.com/znc/znc.git
synced 2026-05-07 22:04:46 +02:00
Remove GLOBALMODCONSTRUCTOR
MODCONSTRUCTOR does that job just fine (now). Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
class CAdminLogMod : public CModule {
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CAdminLogMod) {
|
||||
MODCONSTRUCTOR(CAdminLogMod) {
|
||||
openlog("znc", LOG_PID, LOG_DAEMON);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user