From: Jacob Bachmeyer Date: Sat, 15 Oct 2022 02:37:04 +0000 (-0500) Subject: Remove comment that does not accurately describe the code X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8c816dd35d20d6e396af2d08077f32769055c7bb;p=gatekeeper.git Remove comment that does not accurately describe the code --- 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