From: miker Date: Mon, 28 Feb 2005 18:39:28 +0000 (+0000) Subject: using new client syntax X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7f35211f45d163c462fcfea6166dc49790beaa59;p=opensrf%2Fbjwebb.git using new client syntax git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@125 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perlmods/OpenSRF/Utils/SettingsClient.pm b/src/perlmods/OpenSRF/Utils/SettingsClient.pm index 9882d4c..571a22d 100755 --- a/src/perlmods/OpenSRF/Utils/SettingsClient.pm +++ b/src/perlmods/OpenSRF/Utils/SettingsClient.pm @@ -65,7 +65,7 @@ sub grab_host_config { my $host = shift; warn "Grabbing Host config for $host\n"; - OpenSRF::System::bootstrap_client("system_client"); + OpenSRF::System::bootstrap_client(client_name => "system_client"); $session = OpenSRF::AppSession->create( "settings" ) unless $session; my $bsconfig = OpenSRF::Utils::Config->current;