diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-05-07 19:45:25 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-05-07 19:45:25 +0200 |
commit | 49aaa695ff123e2e708addb00f2959e56372c9af (patch) | |
tree | e3a922b42dea7622f5b36f5d8431d77b5be151d1 /src/transport/gnunet-helper-transport-wlan-dummy.c | |
parent | 64002c2f7191f1b7bd0428cc5267a9e913dcbdc1 (diff) |
revert patch that cannot work, wlan dummy is more complicated to begin with
Diffstat (limited to 'src/transport/gnunet-helper-transport-wlan-dummy.c')
-rw-r--r-- | src/transport/gnunet-helper-transport-wlan-dummy.c | 4 |
1 files 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 b8c1501d24..f02d8bdd72 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 |