From 4c3f7f5bd9178f8f7eb6a7856d65f5b40bb32abb Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Sun, 10 May 2026 10:58:50 -0500 Subject: [PATCH] Omit needless words --- miniserv.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/miniserv.pl b/miniserv.pl index dc3ebc613..1be56c67b 100755 --- a/miniserv.pl +++ b/miniserv.pl @@ -6619,8 +6619,7 @@ umask($oldumask); # open_session_db() # Opens the session DBM with a tight umask, then forces 0600 on the # resulting on-disk files so pre-existing loose perms from older installs -# are corrected. Tries SDBM first, falling back to NDBM (matching the -# original probe). +# are corrected. Tries SDBM first, falling back to NDBM. sub open_session_db { my $oldumask = umask(0077);