mirror of git://sourceware.org/git/glibc.git
Fix typo in last patch
This commit is contained in:
parent
1de911c874
commit
56d4baf3bd
|
|
@ -283,7 +283,7 @@ internal_getnetgrent_r (char **hostp, char **userp, char **domainp,
|
||||||
for (namep = datap->needed_groups; namep != NULL;
|
for (namep = datap->needed_groups; namep != NULL;
|
||||||
namep = namep->next)
|
namep = namep->next)
|
||||||
if (strcmp (datap->val.group, namep->name) == 0)
|
if (strcmp (datap->val.group, namep->name) == 0)
|
||||||
break
|
break;
|
||||||
if (namep != NULL)
|
if (namep != NULL)
|
||||||
/* Really ignore. */
|
/* Really ignore. */
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue