Removed useless call to _chgrp_do(file) just before _chgrp_do_recursive(file)
This commit is contained in:
parent
68ace1b9d5
commit
b9a6cc461e
|
@ -108,7 +108,6 @@ static int _chgrp_do_recursive_do(int opts, gid_t gid, char * file)
|
|||
}
|
||||
s = p;
|
||||
strcat(s, de->d_name);
|
||||
_chgrp_do(opts, gid, s);
|
||||
_chgrp_do_recursive(opts, gid, s);
|
||||
s[len-1] = '\0';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user