gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 03/06: fix output of hostname by gnunet-gns


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 03/06: fix output of hostname by gnunet-gns
Date: Thu, 08 Mar 2018 15:50:23 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 17f98215f27d61d966cb1d7a11197e102b785d16
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Mar 8 14:24:22 2018 +0100

    fix output of hostname by gnunet-gns
---
 src/gns/gnunet-gns.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index 32cfba5bb..771a7dcc8 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -180,7 +180,7 @@ run (void *cls,
   (void) cls;
   (void) args;
   (void) cfgfile;
-  
+
   cfg = c;
   gns = GNUNET_GNS_connect (cfg);
   if (NULL == gns)
@@ -190,7 +190,7 @@ run (void *cls,
     global_ret = 2;
     return;
   }
-  
+
   GNUNET_SCHEDULER_add_shutdown (&do_shutdown,
                                  NULL);
 
@@ -209,13 +209,13 @@ run (void *cls,
                                   rtype,
                                   local_options,
                                   &process_lookup_result,
-                                  NULL);
+                                  lookup_name);
   if (NULL == lr)
   {
     global_ret = 2;
     GNUNET_SCHEDULER_shutdown ();
     return;
-  }  
+  }
 }
 
 

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



reply via email to

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