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