Init member timeout_this in socket manager (valgrind warnig)
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 21 Jun 2005 17:36:46 +0000 (17:36 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 21 Jun 2005 17:36:46 +0000 (17:36 +0000)
src/yaz-socket-manager.cpp

index cc26b97..0d4fc30 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 1998-2005, Index Data.
  * See the file LICENSE for details.
  * 
  * Copyright (c) 1998-2005, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: yaz-socket-manager.cpp,v 1.33 2005-06-08 13:28:06 adam Exp $
+ * $Id: yaz-socket-manager.cpp,v 1.34 2005-06-21 17:36:46 adam Exp $
  */
 #ifdef WIN32
 #include <winsock.h>
  */
 #ifdef WIN32
 #include <winsock.h>
@@ -167,6 +167,8 @@ int SocketManager::processEvent()
             yaz_log (m_log, "SocketManager::select timeout_this=%d", 
                      p->timeout_this);
        }
             yaz_log (m_log, "SocketManager::select timeout_this=%d", 
                      p->timeout_this);
        }
+       else
+           p->timeout_this = -1;
     }
     if (!no)
     {
     }
     if (!no)
     {