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:
502bbeb
)
-fix
author
Christian Grothoff
<christian@grothoff.org>
Sun, 8 Jan 2012 09:52:51 +0000
(09:52 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 8 Jan 2012 09:52:51 +0000
(09:52 +0000)
src/dht/test_dht_monitor.c
patch
|
blob
|
history
diff --git
a/src/dht/test_dht_monitor.c
b/src/dht/test_dht_monitor.c
index 37e270d926a25d93687be32f3cd6c2d12db34dd4..1c91f7ad50ad5c19d502a294a349770b0acbb55b 100644
(file)
--- a/
src/dht/test_dht_monitor.c
+++ b/
src/dht/test_dht_monitor.c
@@
-377,7
+377,7
@@
peergroup_ready (void *cls, const char *emsg)
d = GNUNET_TESTING_daemon_get (pg, i);
hs[i] = GNUNET_DHT_connect (d->cfg, 32);
mhs[i] = GNUNET_DHT_monitor_start(hs[i], GNUNET_BLOCK_TYPE_ANY, NULL,
- &monitor_dht_cb, (void *)(long
long
)i);
+ &monitor_dht_cb, (void *)(long)i);
id_aux = GNUNET_i2s (&d->id);
if (strcmp (id_aux, id_origin) == 0)
{