gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r214 - branches/GNUnet06/src/util


From: grothoff
Subject: [GNUnet-SVN] r214 - branches/GNUnet06/src/util
Date: Tue, 8 Feb 2005 11:40:00 -0800 (PST)

Author: grothoff
Date: 2005-02-08 11:39:58 -0800 (Tue, 08 Feb 2005)
New Revision: 214

Modified:
   branches/GNUnet06/src/util/tcpio.c
Log:
another fix

Modified: branches/GNUnet06/src/util/tcpio.c
===================================================================
--- branches/GNUnet06/src/util/tcpio.c  2005-02-08 02:40:58 UTC (rev 213)
+++ branches/GNUnet06/src/util/tcpio.c  2005-02-08 19:39:58 UTC (rev 214)
@@ -188,6 +188,7 @@
   timeout.tv_usec = 0;
   ret = SELECT(sock->socket+1, &rset, &wset, &eset, &timeout);
   if ( (ret == -1) ||
+       (sock->socket == -1) || 
        (! FD_ISSET(sock->socket,
                   &wset)) ) {
     LOG(LOG_INFO,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]