update bootstrap client to use the named params
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Feb 2005 17:12:32 +0000 (17:12 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Feb 2005 17:12:32 +0000 (17:12 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@124 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/OpenSRF/UnixServer.pm

index 0ef56e0..61f59b3 100644 (file)
@@ -173,7 +173,7 @@ sub configure_hook {
        my $app = $self->app;
 
        # boot a client
-       OpenSRF::System::bootstrap_client("system_client");
+       OpenSRF::System::bootstrap_client( client_name => "system_client" );
 
        $logger->debug( "Setting application implementaion for $app", DEBUG );
        my $client = OpenSRF::Utils::SettingsClient->new();