gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9046 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r9046 - gnunet/src/util
Date: Wed, 30 Sep 2009 15:31:04 -0600

Author: grothoff
Date: 2009-09-30 15:31:03 -0600 (Wed, 30 Sep 2009)
New Revision: 9046

Modified:
   gnunet/src/util/scheduler.c
Log:
fix

Modified: gnunet/src/util/scheduler.c
===================================================================
--- gnunet/src/util/scheduler.c 2009-09-30 21:08:54 UTC (rev 9045)
+++ gnunet/src/util/scheduler.c 2009-09-30 21:31:03 UTC (rev 9046)
@@ -508,7 +508,7 @@
           timeout = GNUNET_TIME_relative_get_zero();
         }
       update_sets (&sched, rs, ws, &timeout);
-      ret = GNUNET_NETWORK_socket_select (rs, ws, NULL, 
GNUNET_TIME_relative_get_zero());
+      ret = GNUNET_NETWORK_socket_select (rs, ws, NULL, timeout);
       if (ret == GNUNET_SYSERR)
         {
           if (errno == EINTR)





reply via email to

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