Daemon: fix typo in comment
This commit is contained in:
parent
20ffedc745
commit
09a0803116
|
@ -113,7 +113,7 @@ daemonize_set_user(void)
|
|||
}
|
||||
|
||||
#ifdef _BSD_SOURCE
|
||||
/* init suplementary groups
|
||||
/* init supplementary groups
|
||||
* (must be done before we change our uid)
|
||||
*/
|
||||
if (!had_group && initgroups(user_name, user_gid) == -1) {
|
||||
|
|
Loading…
Reference in New Issue