projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08c56e7
)
-bratao: there is one little innofensive patch. http://pastebin.com/iRharWUm , On...
author
Christian Grothoff
<christian@grothoff.org>
Fri, 1 Jun 2012 16:53:20 +0000
(16:53 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 1 Jun 2012 16:53:20 +0000
(16:53 +0000)
src/util/network.c
patch
|
blob
|
history
diff --git
a/src/util/network.c
b/src/util/network.c
index ff559599fedef5b21bebe8617f65ff86bfb5ce79..972f93849958f8ea448887a62527dd00a3b0799d 100644
(file)
--- a/
src/util/network.c
+++ b/
src/util/network.c
@@
-1452,7
+1452,7
@@
GNUNET_NETWORK_socket_select (struct GNUNET_NETWORK_FDSet *rfds,
struct timeval tvslice;
tvslice.tv_sec = 0;
- tvslice.tv_usec =
1
0;
+ tvslice.tv_usec = 0;
retcode = select (nfds, &aread, &awrite, &aexcept, &tvslice);
if (retcode == -1)
retcode = 0;