From 352c8a2bac2f8593b21c3bd1862365cf740534c0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 8 Jan 2012 09:52:51 +0000 Subject: [PATCH] -fix --- src/dht/test_dht_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) 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) { -- 2.25.1