aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-27 10:03:58 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-27 10:03:58 +0000
commit66ad00f6f81d4185cb51529723b73919fc527fb8 (patch)
treeefa5357f43b2496998267aadc2bb66933de93d28 /src/dht
parent26324c4843b74ec54959f51b42425d9362412bf8 (diff)
downloadgnunet-66ad00f6f81d4185cb51529723b73919fc527fb8.tar.gz
gnunet-66ad00f6f81d4185cb51529723b73919fc527fb8.zip
-fix
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_twopeer_get_put.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_twopeer_get_put.c b/src/dht/test_dht_twopeer_get_put.c
index 0bb9fac2b..4de4d6459 100644
--- a/src/dht/test_dht_twopeer_get_put.c
+++ b/src/dht/test_dht_twopeer_get_put.c
@@ -289,7 +289,7 @@ do_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
289 * Schedule the GET request for some time in the future. 289 * Schedule the GET request for some time in the future.
290 */ 290 */
291static void 291static void
292put_finished (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 292put_finished (void *cls, int success)
293{ 293{
294 GNUNET_SCHEDULER_cancel (die_task); 294 GNUNET_SCHEDULER_cancel (die_task);
295 die_task = 295 die_task =