using new client syntax
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Feb 2005 18:39:28 +0000 (18:39 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Feb 2005 18:39:28 +0000 (18:39 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@125 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/OpenSRF/Utils/SettingsClient.pm

index 9882d4c..571a22d 100755 (executable)
@@ -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;