gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: typo


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: typo
Date: Mon, 30 Apr 2018 11:54:57 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c66809401 typo
c66809401 is described below

commit c66809401efc16f2606db7e2c7b7ca8def8be14e
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Apr 30 11:54:55 2018 +0200

    typo
---
 src/zonemaster/gnunet-service-zonemaster.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ()
 {
   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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]