Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding a
missing "}" MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
ac3446e962
commit
23e491222f
@ -512,6 +512,7 @@ parse_netgrp(const char *group)
|
|||||||
ng[NG_DOM] == NULL ? "" : ",",
|
ng[NG_DOM] == NULL ? "" : ",",
|
||||||
ng[NG_DOM] == NULL ? "" : ng[NG_DOM],
|
ng[NG_DOM] == NULL ? "" : ng[NG_DOM],
|
||||||
lp->l_groupname);
|
lp->l_groupname);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
spos = strsep(&pos, ", \t");
|
spos = strsep(&pos, ", \t");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user