From: Christian Grothoff Date: Sun, 8 Jan 2012 09:52:51 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~15367 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=352c8a2bac2f8593b21c3bd1862365cf740534c0;p=oweals%2Fgnunet.git -fix --- 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) {