From b9a6cc461ea879ca2b92f7a4d55751326421add1 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 13 Sep 2004 12:17:12 +0000 Subject: [PATCH] Removed useless call to _chgrp_do(file) just before _chgrp_do_recursive(file) --- src/chgrp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chgrp.c b/src/chgrp.c index 4de5932..f96a38f 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -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'; }