fix indent
This commit is contained in:
parent
91f5e7e63c
commit
1c708de2ae
@ -41,10 +41,10 @@ void makedaemon (void)
|
|||||||
if (fork () != 0)
|
if (fork () != 0)
|
||||||
exit (0);
|
exit (0);
|
||||||
|
|
||||||
if (chdir ("/") != 0) {
|
if (chdir ("/") != 0) {
|
||||||
log_message (LOG_WARNING,
|
log_message (LOG_WARNING,
|
||||||
"Could not change directory to /");
|
"Could not change directory to /");
|
||||||
}
|
}
|
||||||
|
|
||||||
umask (0177);
|
umask (0177);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user