From ced82745eace69a8bbe0f187d8caa7cb6347f50d Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 21 Sep 2017 18:17:02 +0000 Subject: unposted (cf. 41672): checkrmall: Record the 41672 bug in a TODO. --- Src/utils.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Src/utils.c') diff --git a/Src/utils.c b/Src/utils.c index 0d71dda09..4c0ebe6f5 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -2709,6 +2709,9 @@ checkrmall(char *s) const int max_count = 100; if ((rmd = opendir(unmeta(s)))) { int ignoredots = !isset(GLOBDOTS); + /* ### TODO: Passing ignoredots here is wrong. See workers/41672 + aka . + */ while (zreaddir(rmd, ignoredots)) { count++; if (count > max_count) -- cgit 1.4.1