aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-16 11:27:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-16 11:27:08 +0000
commitf736b24935d66733e9a53798fbc87dbc8aff9fca (patch)
treeb7f865216ca4b40a4a6e4535dfa6677700a27efc /src/dht
parentc5784d2c94adcf1fe80e88c9ab1c152ce2fcbe95 (diff)
downloadgnunet-f736b24935d66733e9a53798fbc87dbc8aff9fca.tar.gz
gnunet-f736b24935d66733e9a53798fbc87dbc8aff9fca.zip
-fixing #2546
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-dht-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-dht-monitor.c b/src/dht/gnunet-dht-monitor.c
index e0e087786..b03c7c7c0 100644
--- a/src/dht/gnunet-dht-monitor.c
+++ b/src/dht/gnunet-dht-monitor.c
@@ -242,7 +242,7 @@ run (void *cls, char *const *args, const char *cfgfile,
242 if (verbose) 242 if (verbose)
243 FPRINTF (stderr, 243 FPRINTF (stderr,
244 "Monitoring for %s\n", 244 "Monitoring for %s\n",
245 GNUNET_TIME_relative_to_string (timeout_request)); 245 GNUNET_STRINGS_relative_time_to_string (timeout_request, GNUNET_NO));
246 GNUNET_SCHEDULER_add_delayed (timeout_request, &cleanup_task, NULL); 246 GNUNET_SCHEDULER_add_delayed (timeout_request, &cleanup_task, NULL);
247 monitor_handle = GNUNET_DHT_monitor_start (dht_handle, 247 monitor_handle = GNUNET_DHT_monitor_start (dht_handle,
248 block_type, 248 block_type,