gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6245 - GNUnet/src/util/network


From: gnunet
Subject: [GNUnet-SVN] r6245 - GNUnet/src/util/network
Date: Sun, 10 Feb 2008 23:09:09 -0700 (MST)

Author: grothoff
Date: 2008-02-10 23:09:09 -0700 (Sun, 10 Feb 2008)
New Revision: 6245

Modified:
   GNUnet/src/util/network/select.c
Log:
rev

Modified: GNUnet/src/util/network/select.c
===================================================================
--- GNUnet/src/util/network/select.c    2008-02-11 06:09:00 UTC (rev 6244)
+++ GNUnet/src/util/network/select.c    2008-02-11 06:09:09 UTC (rev 6245)
@@ -536,7 +536,7 @@
         }
       GNUNET_mutex_unlock (sh->lock);
       tv.tv_sec = timeout / GNUNET_CRON_SECONDS;
-      tv.tv_usec = (timeout % GNUNET_CRON_SECONDS) * 1000 * 1000;
+      tv.tv_usec = (timeout % GNUNET_CRON_SECONDS) * 1000;
       ret = SELECT (max + 1, &readSet, &writeSet, &errorSet, (timeout == -1) ? 
NULL : &tv);
       old_errno = errno;
       GNUNET_mutex_lock (sh->lock);





reply via email to

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