X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-pdu-assoc.cpp;h=aa149d6578fbec8434161456a95c0db5d1bddc32;hb=92c0519af66131a46fbb398ce037009be2e8d0c5;hp=50ebbe717086716c567c15a010a9fb03c94abdb5;hpb=7fc0fddcb85cd64461c7b3dd3e68791eb88b40be;p=yazpp-moved-to-github.git diff --git a/src/yaz-pdu-assoc.cpp b/src/yaz-pdu-assoc.cpp index 50ebbe7..aa149d6 100644 --- a/src/yaz-pdu-assoc.cpp +++ b/src/yaz-pdu-assoc.cpp @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2001, Index Data. + * Copyright (c) 1998-2003, Index Data. * See the file LICENSE for details. * - * $Id: yaz-pdu-assoc.cpp,v 1.33 2003-10-10 12:37:26 adam Exp $ + * $Id: yaz-pdu-assoc.cpp,v 1.35 2003-10-20 18:31:44 adam Exp $ */ #include @@ -210,9 +210,9 @@ void Yaz_PDU_Assoc::socketNotify(int event) return; m_PDU_Observer->recv_PDU(m_input_buf, res); - m_destroyed = 0; if (destroyed) // it really was destroyed, return now. return; + m_destroyed = 0; } while (m_cs && cs_more (m_cs)); if (m_cs && m_state == Ready) {