aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-transport-wlan-receiver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-transport-wlan-receiver.c')
-rw-r--r--src/transport/gnunet-transport-wlan-receiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-transport-wlan-receiver.c b/src/transport/gnunet-transport-wlan-receiver.c
index 22ad2e20d..73ca83ddc 100644
--- a/src/transport/gnunet-transport-wlan-receiver.c
+++ b/src/transport/gnunet-transport-wlan-receiver.c
@@ -101,7 +101,7 @@ main (int argc, char *argv[])
101 fprintf (stderr, "dup2 failed: %s\n", strerror (errno)); 101 fprintf (stderr, "dup2 failed: %s\n", strerror (errno));
102 (void) close (commpipe[0]); /* Close unused side of pipe (in side) */ 102 (void) close (commpipe[0]); /* Close unused side of pipe (in side) */
103 /* Replace the child fork with a new process */ 103 /* Replace the child fork with a new process */
104 if (execl 104 if (execlp
105 ("gnunet-helper-transport-wlan", "gnunet-helper-transport-wlan", 105 ("gnunet-helper-transport-wlan", "gnunet-helper-transport-wlan",
106 argv[1], NULL) == -1) 106 argv[1], NULL) == -1)
107 { 107 {