gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: revert patch that cannot wo


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: revert patch that cannot work, wlan dummy is more complicated to begin with
Date: Mon, 07 May 2018 19:45:41 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 49aaa695f revert patch that cannot work, wlan dummy is more 
complicated to begin with
49aaa695f is described below

commit 49aaa695ff123e2e708addb00f2959e56372c9af
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon May 7 19:45:25 2018 +0200

    revert patch that cannot work, wlan dummy is more complicated to begin with
---
 src/transport/gnunet-helper-transport-wlan-dummy.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/transport/gnunet-helper-transport-wlan-dummy.c 
b/src/transport/gnunet-helper-transport-wlan-dummy.c
index b8c1501d2..f02d8bdd7 100644
--- a/src/transport/gnunet-helper-transport-wlan-dummy.c
+++ b/src/transport/gnunet-helper-transport-wlan-dummy.c
@@ -30,12 +30,12 @@
 /**
  * Name of the fifo to use for IPC with the other dummy process.
  */
-#define FIFO_FILE1 GNUNET_DISK_mktemp("test-transport/api-wlan-p1/") 
"WLAN_FIFO_in"
+#define FIFO_FILE1 "/tmp/test-transport/api-wlan-p1/WLAN_FIFO_in"
 
 /**
  * Name of the fifo to use for IPC with the other dummy process.
  */
-#define FIFO_FILE2 GNUNET_DISK_mktemp("test-transport/api-wlan-p1/") 
"WLAN_FIFO_out"
+#define FIFO_FILE2 "/tmp/test-transport/api-wlan-p1/WLAN_FIFO_out"
 
 /**
  * Maximum size of a message allowed in either direction

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]