gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix primary issue from #590


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix primary issue from #5907
Date: Wed, 09 Oct 2019 22:41:07 +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 f412ffb84 fix primary issue from #5907
f412ffb84 is described below

commit f412ffb84409079f236e7046344ef99fdcd02a9a
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Oct 9 22:38:41 2019 +0200

    fix primary issue from #5907
---
 src/gns/gnunet-gns.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index 5f4061f7d..510e46d14 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -201,6 +201,12 @@ run (void *cls,
 
   cfg = c;
   to_task = NULL;
+  {
+    char *colon;
+
+    if (NULL != (colon = strchr (lookup_name, ':')))
+      *colon = '\0';
+  }
   if (GNUNET_OK != GNUNET_DNSPARSER_check_name (lookup_name))
   {
     fprintf (stderr,

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



reply via email to

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