aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_monitoring_existing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_monitoring_existing.c')
-rw-r--r--src/namestore/test_namestore_api_monitoring_existing.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/namestore/test_namestore_api_monitoring_existing.c b/src/namestore/test_namestore_api_monitoring_existing.c
index cdf7fd80e..eae10e2ae 100644
--- a/src/namestore/test_namestore_api_monitoring_existing.c
+++ b/src/namestore/test_namestore_api_monitoring_existing.c
@@ -127,10 +127,9 @@ do_shutdown ()
127 * Re-establish the connection to the service. 127 * Re-establish the connection to the service.
128 * 128 *
129 * @param cls handle to use to re-connect. 129 * @param cls handle to use to re-connect.
130 * @param tc scheduler context
131 */ 130 */
132static void 131static void
133endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 132endbadly (void *cls)
134{ 133{
135 do_shutdown (); 134 do_shutdown ();
136 res = 1; 135 res = 1;
@@ -138,7 +137,7 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
138 137
139 138
140static void 139static void
141end (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 140end (void *cls)
142{ 141{
143 do_shutdown (); 142 do_shutdown ();
144 res = 0; 143 res = 0;
@@ -152,8 +151,9 @@ zone_proc (void *cls,
152 unsigned int rd_count, 151 unsigned int rd_count,
153 const struct GNUNET_GNSRECORD_Data *rd) 152 const struct GNUNET_GNSRECORD_Data *rd)
154{ 153{
155 static int returned_records; 154 static int returned_records;
156 static int fail = GNUNET_NO; 155 static int fail = GNUNET_NO;
156
157 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 157 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
158 "Comparing results name %s\n", 158 "Comparing results name %s\n",
159 name); 159 name);