mirror of
https://github.com/znc/znc.git
synced 2026-06-29 14:31:19 +02:00
Don't print anything from signal handler.
Thread sanitizer doesn't like that.
This commit is contained in:
@@ -224,6 +224,8 @@ void CZNC::Loop() {
|
||||
break;
|
||||
case ECONFIG_NOTHING:
|
||||
break;
|
||||
case ECONFIG_NEED_QUIT:
|
||||
return;
|
||||
}
|
||||
|
||||
// Check for users that need to be deleted
|
||||
|
||||
Reference in New Issue
Block a user