mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Use undef instead of 0 https://github.com/webmin/webmin/pull/1513#discussion_r694106675
This commit is contained in:
@@ -98,7 +98,7 @@ foreach $db (@dbs) {
|
||||
"root",
|
||||
$config{'backup_single_'.$sf},
|
||||
$config{'backup_quick_'.$sf},
|
||||
0,
|
||||
undef,
|
||||
$config{'backup_parameters_'.$sf}
|
||||
);
|
||||
if ($err) {
|
||||
|
||||
Reference in New Issue
Block a user