Fixed a typo.

This commit is contained in:
Ramon Novoa 2014-09-22 17:06:52 +02:00
parent 5306e8dfcf
commit 64b9b7fcf9
1 changed files with 1 additions and 1 deletions

View File

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