Fixed crash that occurs when decoding fails.
[yazpp-moved-to-github.git] / src / yaz-z-assoc.cpp
index f6acc2d..7da1676 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * Copyright (c) 1998-2007, 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-z-assoc.cpp,v 1.44 2008-01-21 15:57:28 adam Exp $
  */
 
 #include <assert.h>
@@ -96,7 +94,6 @@ void Z_Assoc::recv_PDU(const char *buf, int len)
     else
     {
         close();
-        failNotify();
     }
 }