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 -1
View File
@@ -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();