Fixed pandora_server execution error with wrong variable.

This commit is contained in:
Junichi Satoh 2014-09-21 15:01:18 +09:00
parent 1332389791
commit 4a9cbbda10
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ sub main() {
pandora_startup ();
# Start thread to execute server tasks on the master server
threads->create('pandora_server_tasks', (\%Config))->detach() if ($pa_config->{"pandora_master"} == 1);
threads->create('pandora_server_tasks', (\%Config))->detach() if ($Config{"master"} == 1);
# Generate 'going up' events
foreach my $server (@Servers) {