$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]; }
my $host = shift;
warn "Grabbing Host config for $host\n";
- OpenSRF::System->bootstrap_client(client_name => "system_client");
$session = OpenSRF::AppSession->create( "opensrf.settings" ) unless $session;
my $bsconfig = OpenSRF::Utils::Config->current;