[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: at least compiling fix
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: at least compiling fix |
Date: |
Mon, 07 May 2018 10:40:27 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 64002c2f7 at least compiling fix
64002c2f7 is described below
commit 64002c2f7191f1b7bd0428cc5267a9e913dcbdc1
Author: Nils Gillmann <address@hidden>
AuthorDate: Mon May 7 08:40:50 2018 +0000
at least compiling fix
Signed-off-by: Nils Gillmann <address@hidden>
---
src/transport/test_plugin_transport.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/transport/test_plugin_transport.c
b/src/transport/test_plugin_transport.c
index 93e833aa8..acb3911f0 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -747,7 +747,7 @@ main (int argc, char * const *argv)
GNUNET_GETOPT_OPTION_END };
int ret;
- GNUNET_DISK_directory_remove
GNUNET_DISK_mktemp("test-gnunetd-plugin-transport");
+ GNUNET_DISK_directory_remove
(GNUNET_DISK_mktemp("test-gnunetd-plugin-transport"));
char * const argv_prog[] = { "test_plugin_transport", "-c",
"test_plugin_transport_data.conf", NULL };
@@ -757,7 +757,7 @@ main (int argc, char * const *argv)
(GNUNET_OK
== GNUNET_PROGRAM_run (3, argv_prog, "test-plugin-transport",
"testcase", options, &run, (void *) argv)) ? ok : 1;
- GNUNET_DISK_directory_remove
GNUNET_DISK_mktemp("test-gnunetd-plugin-transport");
+ GNUNET_DISK_directory_remove
(GNUNET_DISK_mktemp("test-gnunetd-plugin-transport"));
return ret;
}
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: at least compiling fix,
gnunet <=