From 64002c2f7191f1b7bd0428cc5267a9e913dcbdc1 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Mon, 7 May 2018 08:40:50 +0000 Subject: at least compiling fix Signed-off-by: Nils Gillmann --- src/transport/test_plugin_transport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/test_plugin_transport.c') 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; } -- cgit v1.2.3