gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix wrong return value


From: gnunet
Subject: [gnunet] branch master updated: fix wrong return value
Date: Sun, 10 May 2020 16:54:06 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new f3a3e4ebe fix wrong return value
f3a3e4ebe is described below

commit f3a3e4ebe452ed741c7d01384c64cbf224d45c95
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Sun May 10 16:49:05 2020 +0200

    fix wrong return value
---
 src/gns/gnunet-service-gns_resolver.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/gns/gnunet-service-gns_resolver.c 
b/src/gns/gnunet-service-gns_resolver.c
index 751cc226e..7d398c168 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -1763,8 +1763,7 @@ recursive_gns2dns_resolution (struct GNS_ResolverHandle 
*rh,
       /**
        * Records other than GNS2DNS not allowed
        */
-      fail_resolution (rh);
-      return;
+      return GNUNET_SYSERR;
     }
     off = 0;
     n = GNUNET_DNSPARSER_parse_name (rd[i].data,

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



reply via email to

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