[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -fix typo
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -fix typo |
Date: |
Sun, 19 May 2024 14:37:12 +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 f8b664d19 -fix typo
f8b664d19 is described below
commit f8b664d19d81076877fb7c43052015d7cb36fcb5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun May 19 14:37:07 2024 +0200
-fix typo
---
src/lib/testing/gnunet-cmds-helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/testing/gnunet-cmds-helper.c
b/src/lib/testing/gnunet-cmds-helper.c
index 95efa6dcb..8be35debf 100644
--- a/src/lib/testing/gnunet-cmds-helper.c
+++ b/src/lib/testing/gnunet-cmds-helper.c
@@ -312,7 +312,7 @@ handle_helper_init (
struct GNUNET_TESTING_NetjailTopology *njt;
GNUNET_assert ('\0' == topo[left - 1]);
- njt = GNUNET_TESTING_get_topo_from_string (topo);
+ njt = GNUNET_TESTING_get_topo_from_string_ (topo);
if (NULL == njt)
{
GNUNET_break_op (0);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.