Removed useless call to _chgrp_do(file) just before _chgrp_do_recursive(file)

This commit is contained in:
Pierre Pronchery 2004-09-13 12:17:12 +00:00
parent 68ace1b9d5
commit b9a6cc461e

View File

@ -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';
}