revert patch that cannot work, wlan dummy is more complicated to begin with
authorChristian Grothoff <christian@grothoff.org>
Mon, 7 May 2018 17:45:25 +0000 (19:45 +0200)
committerChristian Grothoff <christian@grothoff.org>
Mon, 7 May 2018 17:45:25 +0000 (19:45 +0200)
src/transport/gnunet-helper-transport-wlan-dummy.c

index b8c1501d240775566c1e8e12066ca0270936e9e9..f02d8bdd72e5b7e6a405db84ec869a0308d9b1bf 100644 (file)
 /**
  * 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