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:
d2f6f27
)
bugfix
author
Christian Grothoff
<christian@grothoff.org>
Thu, 29 Sep 2011 21:28:53 +0000
(21:28 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 29 Sep 2011 21:28:53 +0000
(21:28 +0000)
src/dht/test_dht_multipeer.c
patch
|
blob
|
history
diff --git
a/src/dht/test_dht_multipeer.c
b/src/dht/test_dht_multipeer.c
index b41a8e371a4432780ecef10c0d5c50ce12bf62d6..baa8cabab2bd5797cce716af04c2457675934762 100644
(file)
--- a/
src/dht/test_dht_multipeer.c
+++ b/
src/dht/test_dht_multipeer.c
@@
-445,7
+445,7
@@
do_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
if (outstanding_gets > MAX_OUTSTANDING_GETS)
{
- GNUNET_SCHEDULER_add_delayed (GET_DELAY, &do_get, test_get);
+
test_get->task =
GNUNET_SCHEDULER_add_delayed (GET_DELAY, &do_get, test_get);
return;
}
memset (data, test_get->uid, sizeof (data));