X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-z-server.cpp;h=cc78d55433ec61e0e63f133d348808a99e18b408;hb=1e11eee83675ae9f86ad7fdcd4fad6df96aa7f05;hp=99ef2dbce2f4e2b5a6baffd27dad49763e3a01bb;hpb=307a8638d6429b0f77ad762d52309c550e45648c;p=yazpp-moved-to-github.git diff --git a/src/yaz-z-server.cpp b/src/yaz-z-server.cpp index 99ef2db..cc78d55 100644 --- a/src/yaz-z-server.cpp +++ b/src/yaz-z-server.cpp @@ -2,7 +2,7 @@ * Copyright (c) 2000-2003, Index Data. * See the file LICENSE for details. * - * $Id: yaz-z-server.cpp,v 1.17 2003-12-16 14:17:01 adam Exp $ + * $Id: yaz-z-server.cpp,v 1.18 2004-03-30 18:14:13 adam Exp $ */ #include @@ -51,7 +51,7 @@ void Yaz_Z_Server::facility_add(IYaz_Server_Facility *facility, void Yaz_Z_Server::recv_GDU (Z_GDU *apdu, int len) { if (apdu->which == Z_GDU_Z3950) - return recv_Z_PDU(apdu->u.z3950, len); + recv_Z_PDU(apdu->u.z3950, len); else delete this; }