aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_wlan_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_plugin_transport_wlan_dummy.c')
-rw-r--r--src/transport/test_plugin_transport_wlan_dummy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport_wlan_dummy.c b/src/transport/test_plugin_transport_wlan_dummy.c
index 077fdac29..c8d9ea21b 100644
--- a/src/transport/test_plugin_transport_wlan_dummy.c
+++ b/src/transport/test_plugin_transport_wlan_dummy.c
@@ -163,13 +163,13 @@ testmode (int argc, char *argv[])
163 erg = mkfifo (FIFO_FILE1, 0666); 163 erg = mkfifo (FIFO_FILE1, 0666);
164 if (0 != erg) 164 if (0 != erg)
165 { 165 {
166 fprintf (stderr, "Error at mkfifo1: %s\n", strerror(errno)); 166 fprintf (stderr, "Error at mkfifo1: %s\n", strerror (errno));
167 //exit(1); 167 //exit(1);
168 } 168 }
169 erg = mkfifo (FIFO_FILE2, 0666); 169 erg = mkfifo (FIFO_FILE2, 0666);
170 if (0 != erg) 170 if (0 != erg)
171 { 171 {
172 fprintf (stderr, "Error at mkfifo2: %s\n", strerror(errno)); 172 fprintf (stderr, "Error at mkfifo2: %s\n", strerror (errno));
173 //exit(1); 173 //exit(1);
174 } 174 }
175 175