Fix typo in last patch

This commit is contained in:
Ulrich Drepper 2011-07-06 20:39:42 -04:00
parent 1de911c874
commit 56d4baf3bd
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ internal_getnetgrent_r (char **hostp, char **userp, char **domainp,
for (namep = datap->needed_groups; namep != NULL;
namep = namep->next)
if (strcmp (datap->val.group, namep->name) == 0)
break
break;
if (namep != NULL)
/* Really ignore. */
continue;