gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 07/09: Fix in DNS parser


From: gnunet
Subject: [gnunet] 07/09: Fix in DNS parser
Date: Thu, 07 Dec 2023 15:51:16 +0100

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

sebi pushed a commit to branch master
in repository gnunet.

commit 00e209724e8990ea978c47a3b8a6afcf9663a271
Author: Sebastian Nadler <sebastian.nadler@tum.de>
AuthorDate: Mon Dec 4 15:37:28 2023 +0100

    Fix in DNS parser
---
 src/lib/util/dnsparser.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/util/dnsparser.c b/src/lib/util/dnsparser.c
index a698ebbc6..d0bae7400 100644
--- a/src/lib/util/dnsparser.c
+++ b/src/lib/util/dnsparser.c
@@ -1261,7 +1261,6 @@ GNUNET_DNSPARSER_builder_add_uri (char *dst,
   strncpy(&dst[*off], uri->target, dst_len - sizeof(struct 
GNUNET_TUN_DnsUriRecord) - 1);
   (*off) += strlen(uri->target);
   dst[*off] = '\0';
-  *off++;
   return GNUNET_OK;
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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