Don't print anything from signal handler.

Thread sanitizer doesn't like that.
This commit is contained in:
Alexey Sokolov
2015-09-05 00:39:45 +01:00
parent c8e00c5750
commit 0750e529c5
3 changed files with 9 additions and 9 deletions
+2
View File
@@ -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