From: miker Date: Wed, 2 Nov 2005 16:46:59 +0000 (+0000) Subject: move the moved call to the right place... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=62107eae7f21aaa1f59363fce3f10f3b610a32a8;p=opensrf%2Fbjwebb.git move the moved call to the right place... git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@564 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perlmods/OpenSRF/System.pm b/src/perlmods/OpenSRF/System.pm index 0a428bc..c85d4a0 100644 --- a/src/perlmods/OpenSRF/System.pm +++ b/src/perlmods/OpenSRF/System.pm @@ -141,7 +141,6 @@ sub bootstrap { $OpenSRF::Utils::SettingsClient::host_config = $parser->get_server_config($bsconfig->env->hostname); - OpenSRF::System->bootstrap_client(client_name => "system_client"); my $client = OpenSRF::Utils::SettingsClient->new(); my $apps = $client->config_value("activeapps", "appname"); if(ref($apps) ne "ARRAY") { $apps = [$apps]; } @@ -166,6 +165,7 @@ sub bootstrap { } # Launch everything else + OpenSRF::System->bootstrap_client(client_name => "system_client"); my $client = OpenSRF::Utils::SettingsClient->new(); my $apps = $client->config_value("activeapps", "appname" ); if(!ref($apps)) { $apps = [$apps]; }