From ab3e701a4ddc8ca19b7e7446d6119da83ee489dd Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 2 Nov 2005 16:46:59 +0000 Subject: [PATCH] move the moved call to the right place... git-svn-id: svn://svn.open-ils.org/ILS/trunk@1946 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- OpenSRF/src/perlmods/OpenSRF/System.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSRF/src/perlmods/OpenSRF/System.pm b/OpenSRF/src/perlmods/OpenSRF/System.pm index 0a428bca0e..c85d4a00e9 100644 --- a/OpenSRF/src/perlmods/OpenSRF/System.pm +++ b/OpenSRF/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]; } -- 2.43.2