aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api_monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/namestore_api_monitor.c')
-rw-r--r--src/namestore/namestore_api_monitor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namestore/namestore_api_monitor.c b/src/namestore/namestore_api_monitor.c
index c6509941f..ccf556abd 100644
--- a/src/namestore/namestore_api_monitor.c
+++ b/src/namestore/namestore_api_monitor.c
@@ -193,14 +193,14 @@ handle_updates (void *cls,
193 GNUNET_break (0); 193 GNUNET_break (0);
194 reconnect (zm); 194 reconnect (zm);
195 return; 195 return;
196 } 196 }
197 GNUNET_CLIENT_receive (zm->h, 197 GNUNET_CLIENT_receive (zm->h,
198 &handle_updates, 198 &handle_updates,
199 zm, 199 zm,
200 GNUNET_TIME_UNIT_FOREVER_REL); 200 GNUNET_TIME_UNIT_FOREVER_REL);
201 zm->monitor (zm->cls, 201 zm->monitor (zm->cls,
202 &lrm->private_key, 202 &lrm->private_key,
203 name_tmp, 203 name_tmp,
204 rd_count, rd); 204 rd_count, rd);
205 } 205 }
206} 206}
@@ -224,7 +224,7 @@ transmit_monitor_message (void *cls,
224 224
225 zm->th = NULL; 225 zm->th = NULL;
226 if (size < sizeof (struct ZoneMonitorStartMessage)) 226 if (size < sizeof (struct ZoneMonitorStartMessage))
227 { 227 {
228 reconnect (zm); 228 reconnect (zm);
229 return 0; 229 return 0;
230 } 230 }