[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -fix compile error
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -fix compile error |
Date: |
Thu, 22 Jul 2021 20:17:10 +0200 |
This is an automated email from the git hooks/post-receive script.
thejackimonster pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 11ef36d6d -fix compile error
11ef36d6d is described below
commit 11ef36d6d2cb036d48dad6d1ae4240030f846972
Author: TheJackiMonster <thejackimonster@gmail.com>
AuthorDate: Thu Jul 22 20:13:48 2021 +0200
-fix compile error
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
---
src/testbed/gnunet-cmd.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/testbed/gnunet-cmd.c b/src/testbed/gnunet-cmd.c
index 7889750ba..9f833a0cb 100644
--- a/src/testbed/gnunet-cmd.c
+++ b/src/testbed/gnunet-cmd.c
@@ -90,7 +90,8 @@ run (void *cls)
strcat (node_ip, NODE_BASE_IP);
strcat (node_ip, plugin->n);
- plugin->api->start_testcase (NULL, router_ip, node_ip);
+ // parameters 'n' and 'm' are filled in as NULL to compile
+ plugin->api->start_testcase (NULL, router_ip, node_ip, NULL, NULL);
}
--
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: -fix compile error,
gnunet <=