Added referenceId handling for server.
[yazpp-moved-to-github.git] / src / yaz-proxy.cpp
index 8609021..c463833 100644 (file)
@@ -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;
 }