aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-08 09:52:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-08 09:52:51 +0000
commit352c8a2bac2f8593b21c3bd1862365cf740534c0 (patch)
treec6748515d39a53dd7f566452ce9da5efcdbb1120
parent502bbeb21b78e7a36152a73d7525b314427cb8ab (diff)
downloadgnunet-352c8a2bac2f8593b21c3bd1862365cf740534c0.tar.gz
gnunet-352c8a2bac2f8593b21c3bd1862365cf740534c0.zip
-fix
-rw-r--r--src/dht/test_dht_monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_monitor.c b/src/dht/test_dht_monitor.c
index 37e270d92..1c91f7ad5 100644
--- 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)
377 d = GNUNET_TESTING_daemon_get (pg, i); 377 d = GNUNET_TESTING_daemon_get (pg, i);
378 hs[i] = GNUNET_DHT_connect (d->cfg, 32); 378 hs[i] = GNUNET_DHT_connect (d->cfg, 32);
379 mhs[i] = GNUNET_DHT_monitor_start(hs[i], GNUNET_BLOCK_TYPE_ANY, NULL, 379 mhs[i] = GNUNET_DHT_monitor_start(hs[i], GNUNET_BLOCK_TYPE_ANY, NULL,
380 &monitor_dht_cb, (void *)(long long)i); 380 &monitor_dht_cb, (void *)(long)i);
381 id_aux = GNUNET_i2s (&d->id); 381 id_aux = GNUNET_i2s (&d->id);
382 if (strcmp (id_aux, id_origin) == 0) 382 if (strcmp (id_aux, id_origin) == 0)
383 { 383 {