[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: Hello: Fixed bug in cli cmd to transform
From: |
gnunet |
Subject: |
[gnunet] branch master updated: Hello: Fixed bug in cli cmd to transform hello file to new format. |
Date: |
Wed, 11 Oct 2023 13:10:03 +0200 |
This is an automated email from the git hooks/post-receive script.
t3sserakt pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new db4a48878 Hello: Fixed bug in cli cmd to transform hello file to new
format.
new 8667f5752 Merge branch 'master' of ssh://git.gnunet.org/gnunet
db4a48878 is described below
commit db4a488785933b536db7642ce1b79a95397a2dec
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Wed Oct 11 10:59:13 2023 +0200
Hello: Fixed bug in cli cmd to transform hello file to new format.
---
src/hello/gnunet-hello.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hello/gnunet-hello.c b/src/hello/gnunet-hello.c
index dffc61460..302800598 100644
--- a/src/hello/gnunet-hello.c
+++ b/src/hello/gnunet-hello.c
@@ -189,7 +189,7 @@ add_to_builder (void *cls,
address->transport_name);
addr = strchr (strchr (pos->api->address_to_string (pos, address,
address->address_length), '.')+1, '.') + 1;
}
- pos = plugins_head->next;
+ pos = pos->next;
}
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: Hello: Fixed bug in cli cmd to transform hello file to new format.,
gnunet <=