mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Add missing referenced variable
This commit is contained in:
@ -13,6 +13,7 @@ foreach my $l (&get_all_mysqld_files()) {
|
||||
$conf = &get_mysql_config();
|
||||
($mysqld) = grep { $_->{'name'} eq 'mysqld' } @$conf;
|
||||
$mysqld || &error($text{'cnf_emysqld'});
|
||||
$mems = $mysqld->{'members'};
|
||||
|
||||
# Parse mysql server inputs
|
||||
if ($in{'port_def'}) {
|
||||
|
Reference in New Issue
Block a user