From 376bbcde8106276ce92a02eb02890e9f185da089 Mon Sep 17 00:00:00 2001 From: Junichi Satoh Date: Sun, 21 Sep 2014 15:01:18 +0900 Subject: [PATCH] Fixed pandora_server execution error with wrong variable. --- pandora_server/bin/pandora_server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_server/bin/pandora_server b/pandora_server/bin/pandora_server index 1af326583e..3528fa0686 100755 --- a/pandora_server/bin/pandora_server +++ b/pandora_server/bin/pandora_server @@ -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) {