Fixed crash that occurs when decoding fails.
[yazpp-moved-to-github.git] / src / yaz-z-assoc.cpp
index 63b346a..7da1676 100644 (file)
@@ -94,7 +94,6 @@ void Z_Assoc::recv_PDU(const char *buf, int len)
     else
     {
         close();
-        failNotify();
     }
 }