gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -minor


From: gnunet
Subject: [gnunet] branch master updated: -minor
Date: Thu, 08 Dec 2022 09:57:43 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5d66f8d95 -minor
5d66f8d95 is described below

commit 5d66f8d95336367f1e733446a3a21331c4f27704
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Dec 8 17:57:37 2022 +0900

    -minor
---
 src/transport/transport_api_cmd_send_simple.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/transport/transport_api_cmd_send_simple.c 
b/src/transport/transport_api_cmd_send_simple.c
index c71c952aa..73edcf549 100644
--- a/src/transport/transport_api_cmd_send_simple.c
+++ b/src/transport/transport_api_cmd_send_simple.c
@@ -155,7 +155,7 @@ GNUNET_TRANSPORT_cmd_send_simple (const char *label,
 
   struct GNUNET_TESTING_Command cmd = {
     .cls = sss,
-    .label = label,
+    .label = GNUNET_strdup (label),
     .run = &send_simple_run,
     .cleanup = &send_simple_cleanup
   };

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