mirror of
https://github.com/sheumann/hush.git
synced 2025-01-17 16:30:26 +00:00
Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>
This commit is contained in:
parent
c38678d14b
commit
e18cb71e0c
@ -94,7 +94,7 @@ int initgroups(__const char *user, gid_t gid)
|
|||||||
while ((group = __getgrent(grp_fd)) != NULL)
|
while ((group = __getgrent(grp_fd)) != NULL)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
if (group->gr_gid != gid);
|
if (group->gr_gid != gid)
|
||||||
{
|
{
|
||||||
tmp_mem = group->gr_mem;
|
tmp_mem = group->gr_mem;
|
||||||
while (*tmp_mem != NULL) {
|
while (*tmp_mem != NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user