mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix line length
This commit is contained in:
@@ -1811,8 +1811,7 @@ if ($gconfig{'os_type'} eq 'macos' && &passfiles_type() == 7) {
|
||||
}
|
||||
else {
|
||||
my $config_md5 = $config{'md5'};
|
||||
$config_md5 = 1
|
||||
if ($force_system_default);
|
||||
$config_md5 = 1 if ($force_system_default);
|
||||
|
||||
# Always use MD5
|
||||
if ($config_md5 == 2) {
|
||||
|
||||
Reference in New Issue
Block a user