X-Git-Url: http://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=blobdiff_plain;f=src%2Flibadacl.c;h=e83f46be630bc40c779f9792786fa2c82e9ff944;hp=2c289450316c1f473bdb0d5f44d286fc98c68f89;hb=bd6889a6483bc13a05b36a4d8e37834bd50f2941;hpb=7f130986437d66922072518ff340faca468a1e58 diff --git a/src/libadacl.c b/src/libadacl.c index 2c28945..e83f46b 100644 --- a/src/libadacl.c +++ b/src/libadacl.c @@ -731,9 +731,6 @@ int apply_default_acl(const char* path, bool no_exec_mask) { * race condition here, but the window is as small as possible * between when we open the file descriptor (look above) and when we * fstat it. - * - * Note: we only need to call fstat ourselves if we weren't passed a - * valid pointer to a stat structure (nftw does that). */ struct stat s; if (fstat(fd, &s) == STAT_ERROR) {