mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +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