forked from mirrors/tftp-hpa-google
Fix comment typo
Signed-off-by: Ferenc Wagner <wferi@niif.hu> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
3f2bc9833d
commit
85029077c8
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
#endif
|
||||
/* Daemonize this process */
|
||||
/* Note: when running in secure mode (-s), we must not chroot, since
|
||||
/* Note: when running in secure mode (-s), we must not chdir, since
|
||||
we are already in the proper directory. */
|
||||
if (!nodaemon && daemon(secure, 0) < 0) {
|
||||
syslog(LOG_ERR, "cannot daemonize: %m");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue