Return NULL if peer is not yet known
[yazpp-moved-to-github.git] / zlint / zlint.cpp
index 6d68af2..46cbf8e 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 2004, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: zlint.cpp,v 1.6 2004-09-06 07:50:51 adam Exp $
+ * $Id: zlint.cpp,v 1.10 2005-06-08 13:28:06 adam Exp $
  */
 
 #include <stdio.h>
@@ -29,8 +29,8 @@ private:
     int m_test_reported;
 };
 
-Zlint::Zlint(IYaz_PDU_Observable *the_PDU_Observable) : 
-    Yaz_Z_Assoc(the_PDU_Observable)
+Zlint::Zlint(IPDU_Observable *the_PDU_Observable) : 
+    Z_Assoc(the_PDU_Observable)
     
 {
     m_PDU_Observable = the_PDU_Observable;
@@ -135,8 +135,8 @@ void Zlint::close_goto_next()
     timeout(30);
 }
 
-IYaz_PDU_Observer *Zlint::sessionNotify(
-    IYaz_PDU_Observable *the_PDU_Observable, int fd)
+IPDU_Observer *Zlint::sessionNotify(
+    IPDU_Observable *the_PDU_Observable, int fd)
 {
     return 0;
 }
@@ -160,8 +160,6 @@ int Zlint::initResponseGetVersion(Z_InitResponse *init)
        if (ODR_MASK_GET(init->protocolVersion, no))
        {
            no = i+1;
-           if (off)
-               yaz_log(LOG_WARN, "%sbad formatted version");
        }
        else
            off = 1;