aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_multipeer.c')
-rw-r--r--src/dht/test_dht_multipeer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c
index 94e39d259..a821b303c 100644
--- a/src/dht/test_dht_multipeer.c
+++ b/src/dht/test_dht_multipeer.c
@@ -678,7 +678,7 @@ start_gets (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
678 * Called when the PUT request has been transmitted to the DHT service. 678 * Called when the PUT request has been transmitted to the DHT service.
679 */ 679 */
680static void 680static void
681put_finished (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 681put_finished (void *cls, int success)
682{ 682{
683 struct TestPutContext *test_put = cls; 683 struct TestPutContext *test_put = cls;
684 684