* pwdgrp.cc (pwdgrp::reparse): Declare.
* uinfo.cc (pwdgrp::reparse): Define. * grp.cc (pwdgrp::parse_group): Use.
This commit is contained in:
@@ -61,6 +61,7 @@ pwdgrp::parse_group ()
|
||||
char **namearray = (char **) calloc (i + 2, sizeof (char *));
|
||||
if (namearray)
|
||||
{
|
||||
reparse (dp);
|
||||
for (i = 0; (dp = next_str (',')); i++)
|
||||
namearray[i] = dp;
|
||||
namearray[i] = NULL;
|
||||
|
Reference in New Issue
Block a user