gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - fixed linker error


From: gnunet
Subject: [gnunet] branch master updated: - fixed linker error
Date: Mon, 13 Sep 2021 18:37:44 +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 c01e846f9 - fixed linker error
c01e846f9 is described below

commit c01e846f9af440e6ee57531715e6fc6c383ad374
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Mon Sep 13 18:37:32 2021 +0200

    - fixed linker error
---
 src/testing/testing_api_cmd_netjail_stop_v2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/testing_api_cmd_netjail_stop_v2.c 
b/src/testing/testing_api_cmd_netjail_stop_v2.c
index 1d13407d7..8c1f3cedd 100644
--- a/src/testing/testing_api_cmd_netjail_stop_v2.c
+++ b/src/testing/testing_api_cmd_netjail_stop_v2.c
@@ -31,7 +31,7 @@
 #define NETJAIL_STOP_SCRIPT "./../testing/netjail_stop_v2.sh"
 
 // Child Wait handle
-struct GNUNET_ChildWaitHandle *cwh;
+static struct GNUNET_ChildWaitHandle *cwh;
 
 /**
  * Struct to hold information for callbacks.

-- 
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]