From 461cf3eefb631874cc3d64c836af5675dff19761 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 14 Mar 2007 17:09:08 +0000 Subject: [PATCH] not doing connect to prevent stranded cstore backends git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@7069 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm index e9afe9d9d8..63b0ce287f 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm @@ -614,7 +614,7 @@ sub retrieve_record_transform { (my $transform = $self->api_name) =~ s/^.+record\.([^\.]+)\.retrieve$/$1/o; my $_storage = OpenSRF::AppSession->create( 'open-ils.cstore' ); - $_storage->connect; + #$_storage->connect; my $record = $_storage->request( 'open-ils.cstore.direct.biblio.record_entry.retrieve', -- 2.11.0