X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fyaz-pdu-assoc.cpp;h=fafac448bf46e028a04e87457b0aaeff6aa2f56f;hb=6104ba97908b1292806a1242b65beb0edbf2314f;hp=c0b70c37b121795f78d352d7abd3a2d5b018ae74;hpb=87be6c609c22d9620c781b95ab74298b63694055;p=yazpp-moved-to-github.git diff --git a/src/yaz-pdu-assoc.cpp b/src/yaz-pdu-assoc.cpp index c0b70c3..fafac44 100644 --- a/src/yaz-pdu-assoc.cpp +++ b/src/yaz-pdu-assoc.cpp @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-pdu-assoc.cpp,v $ - * Revision 1.9 1999-12-06 13:52:45 adam + * Revision 1.10 2000-08-10 08:42:42 adam + * Fixes for {set,get}_APDU_log. + * + * Revision 1.9 1999/12/06 13:52:45 adam * Modified for new location of YAZ header files. Experimental threaded * operation. * @@ -127,8 +130,8 @@ void Yaz_PDU_Assoc::socketNotify(int event) 4. start thread */ int fd = cs_fileno(new_line); - cs_fileno(new_line) = -1; - cs_close (new_line); + cs_fileno(new_line) = -1; + cs_close (new_line); /* potential problem ... */ #if 1 childNotify(fd); #else