aboutsummaryrefslogtreecommitdiff
path: root/src/zonemaster
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-30 11:54:55 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-30 11:54:55 +0200
commitc66809401efc16f2606db7e2c7b7ca8def8be14e (patch)
treef17a1429f287e60cc1cf42b65dcb13187166e2c5 /src/zonemaster
parentbe295f5514e132b170055fd1602c35cbd5cb1623 (diff)
downloadgnunet-c66809401efc16f2606db7e2c7b7ca8def8be14e.tar.gz
gnunet-c66809401efc16f2606db7e2c7b7ca8def8be14e.zip
typo
Diffstat (limited to 'src/zonemaster')
-rw-r--r--src/zonemaster/gnunet-service-zonemaster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zonemaster/gnunet-service-zonemaster.c b/src/zonemaster/gnunet-service-zonemaster.c
index 6e39ef3d7..f67fa6495 100644
--- a/src/zonemaster/gnunet-service-zonemaster.c
+++ b/src/zonemaster/gnunet-service-zonemaster.c
@@ -381,7 +381,7 @@ check_zone_namestore_next ()
381{ 381{
382 struct GNUNET_TIME_Relative delay; 382 struct GNUNET_TIME_Relative delay;
383 383
384 if (0 != > ns_iteration_left) 384 if (0 != ns_iteration_left)
385 return; /* current NAMESTORE iteration not yet done */ 385 return; /* current NAMESTORE iteration not yet done */
386 delay = GNUNET_TIME_relative_subtract (next_put_interval, 386 delay = GNUNET_TIME_relative_subtract (next_put_interval,
387 sub_delta); 387 sub_delta);