From 8c816dd35d20d6e396af2d08077f32769055c7bb Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Fri, 14 Oct 2022 21:37:04 -0500 Subject: [PATCH] Remove comment that does not accurately describe the code --- gatekeeper.pl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/gatekeeper.pl b/gatekeeper.pl index fcabbe5..1bf3f95 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -876,15 +876,7 @@ sub scan_incoming { # condition. (If we ran lsof on the whole directory first, a new file # might be uploaded and possibly be processed even though it was open.) # - my %open; - # - # BTW, lsof -F0n mistakenly backslash-escapes newlines; fortunately, - # we've already excluded filenames containing whitespace so this - # cannot cause trouble. We use -F0n anyway, though, for redundant - # protection against strange filenames. - # - # We do have prepend $incoming_dir to make the possible names - # absolute, since lsof outputs absolute names. + # Note that lsof outputs absolute names. # # this lsof test only works if either -- 2.25.1