aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-18 13:12:46 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-18 13:12:46 +0000
commit0d0886cc467bf46358245ea0d8a66638daa969a0 (patch)
treec8ae0e7e44860885fe53eed6dcd49ad3d8591cba /src/hostlist/test_gnunet_daemon_hostlist.c
parent79a336d80905380fdf92bdf6ba4bc160e286c98a (diff)
downloadgnunet-0d0886cc467bf46358245ea0d8a66638daa969a0.tar.gz
gnunet-0d0886cc467bf46358245ea0d8a66638daa969a0.zip
nicer logging, activating testcase
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist.c b/src/hostlist/test_gnunet_daemon_hostlist.c
index eca93a624..9e808fc58 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist.c
@@ -27,7 +27,7 @@
27#include "gnunet_arm_service.h" 27#include "gnunet_arm_service.h"
28#include "gnunet_transport_service.h" 28#include "gnunet_transport_service.h"
29 29
30#define VERBOSE GNUNET_YES 30#define VERBOSE GNUNET_NO
31 31
32#define START_ARM GNUNET_YES 32#define START_ARM GNUNET_YES
33 33
@@ -114,9 +114,8 @@ notify_connect (void *cls,
114 timeout_task); 114 timeout_task);
115 timeout_task = GNUNET_SCHEDULER_NO_TASK; 115 timeout_task = GNUNET_SCHEDULER_NO_TASK;
116 } 116 }
117 GNUNET_SCHEDULER_add_delayed (sched, 117 GNUNET_SCHEDULER_add_now (sched,
118 GNUNET_TIME_UNIT_MINUTES, 118 &clean_up, NULL);
119 &clean_up, NULL);
120} 119}
121 120
122 121