typo
authorChristian Grothoff <christian@grothoff.org>
Mon, 30 Apr 2018 09:54:55 +0000 (11:54 +0200)
committerChristian Grothoff <christian@grothoff.org>
Mon, 30 Apr 2018 09:54:55 +0000 (11:54 +0200)
src/zonemaster/gnunet-service-zonemaster.c

index 6e39ef3d7b2273f672ba3e9485a20bd0859fb513..f67fa6495f3f179db58b85acbd9258fe33498542 100644 (file)
@@ -381,7 +381,7 @@ check_zone_namestore_next ()
 {
   struct GNUNET_TIME_Relative delay;
 
-  if (0 != ns_iteration_left)
+  if (0 != ns_iteration_left)
     return; /* current NAMESTORE iteration not yet done */
   delay = GNUNET_TIME_relative_subtract (next_put_interval,
                                          sub_delta);