mirror of
https://github.com/webmin/webmin.git
synced 2026-05-15 03:10:30 +01:00
Omit needless words
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user