This commit is contained in:
Oleksii Shevchuk 2017-03-02 18:54:28 +02:00 committed by Oleksii Shevchuk
parent 416d7f47eb
commit e6b227f36c
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ int daemonize(bool exit_parent) {
dup (0);
/* stderror */
prctl(3, 0, 0, 0, 0);
prctl(4, 0, 0, 0, 0);
prctl(31, 0, 0, 0, 0);
#endif