projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c38678d
)
Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>
author
Eric Andersen
<andersen@codepoet.org>
Mon, 16 Sep 2002 06:32:16 +0000
(06:32 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 16 Sep 2002 06:32:16 +0000
(06:32 -0000)
libpwdgrp/initgroups.c
patch
|
blob
|
history
diff --git
a/libpwdgrp/initgroups.c
b/libpwdgrp/initgroups.c
index 22ba6eb1e3a13202609d12274e94fa9c52bfd2b8..f86b5a8f43a412278d8061e096b0d8c055ec67ab 100644
(file)
--- a/
libpwdgrp/initgroups.c
+++ b/
libpwdgrp/initgroups.c
@@
-94,7
+94,7
@@
int initgroups(__const char *user, gid_t gid)
while ((group = __getgrent(grp_fd)) != NULL)
#endif
{
- if (group->gr_gid != gid)
;
+ if (group->gr_gid != gid)
{
tmp_mem = group->gr_mem;
while (*tmp_mem != NULL) {