mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Don't print anything from signal handler.
Thread sanitizer doesn't like that.
This commit is contained in:
+2
-1
@@ -44,7 +44,8 @@ public:
|
||||
ECONFIG_NOTHING,
|
||||
ECONFIG_NEED_REHASH,
|
||||
ECONFIG_NEED_WRITE,
|
||||
ECONFIG_NEED_VERBOSE_WRITE
|
||||
ECONFIG_NEED_VERBOSE_WRITE,
|
||||
ECONFIG_NEED_QUIT, // Not really config...
|
||||
};
|
||||
|
||||
void DeleteUsers();
|
||||
|
||||
Reference in New Issue
Block a user