X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-pdu-assoc-thread.cpp;h=f91fecec925b9973b3621e11f800b62367faf2d9;hb=a0042915b20e2a1d15efa254c35e22cf09e0796a;hp=5957ac4b072bb9c0cfe89e3e2e58dae43560fb02;hpb=6a6fabffa5a8a8154a7076eaf653bfb81fd7142c;p=yazpp-moved-to-github.git diff --git a/src/yaz-pdu-assoc-thread.cpp b/src/yaz-pdu-assoc-thread.cpp index 5957ac4..f91fece 100644 --- a/src/yaz-pdu-assoc-thread.cpp +++ b/src/yaz-pdu-assoc-thread.cpp @@ -1,8 +1,6 @@ -/* - * Copyright (c) 1998-2004, Index Data. +/* This file is part of the yazpp toolkit. + * Copyright (C) 1998-2008 Index Data and Mike Taylor * See the file LICENSE for details. - * - * $Id: yaz-pdu-assoc-thread.cpp,v 1.15 2006-03-30 11:58:00 adam Exp $ */ #ifdef WIN32 @@ -85,7 +83,7 @@ void PDU_AssocThread::childNotify(COMSTACK cs) if (!new_observable->m_PDU_Observer) { - new_observable->close(); + new_observable->shutdown(); delete new_observable; delete socket_observable; return;