X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=src%2Fyaz-proxy.cpp;h=c4638334291c732149dc6e89d92554f734004a25;hp=86090219ab2132f3c9f7a7b84466c730853feede;hb=c1010b52a964b99e1b9bfcf579d767d0b6bb8012;hpb=50f38dcd58cdf62b3380710bdd7f23d6f88c555c diff --git a/src/yaz-proxy.cpp b/src/yaz-proxy.cpp index 8609021..c463833 100644 --- a/src/yaz-proxy.cpp +++ b/src/yaz-proxy.cpp @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: yaz-proxy.cpp,v $ - * Revision 1.24 2001-04-10 10:48:08 adam + * Revision 1.25 2001-04-25 18:59:30 adam + * Added referenceId handling for server. + * + * Revision 1.24 2001/04/10 10:48:08 adam * Fixed problem where proxy could cash bad result sets. * * Revision 1.23 2001/03/26 14:43:49 adam @@ -463,6 +466,10 @@ void Yaz_Proxy::shutdown() abort(); delete m_client; } + else if (!m_parent) + { + abort(); + } delete this; }