aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-transport-wlan-sender.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-transport-wlan-sender.c')
-rw-r--r--src/transport/gnunet-transport-wlan-sender.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-transport-wlan-sender.c b/src/transport/gnunet-transport-wlan-sender.c
index 69c4963ed..2096afaee 100644
--- a/src/transport/gnunet-transport-wlan-sender.c
+++ b/src/transport/gnunet-transport-wlan-sender.c
@@ -225,10 +225,10 @@ main (int argc, char *argv[])
225 (void) close (commpipe[1]); /* Close unused side of pipe (out side) */ 225 (void) close (commpipe[1]); /* Close unused side of pipe (out side) */
226 /* Replace the child fork with a new process */ 226 /* Replace the child fork with a new process */
227 if (execl 227 if (execl
228 ("gnunet-transport-wlan-helper", "gnunet-transport-wlan-helper", 228 ("gnunet-helper-transport-wlan", "gnunet-helper-transport-wlan",
229 argv[1], NULL) == -1) 229 argv[1], NULL) == -1)
230 { 230 {
231 fprintf (stderr, "Could not start gnunet-transport-wlan-helper!"); 231 fprintf (stderr, "Could not start gnunet-helper-transport-wlan!");
232 _exit (1); 232 _exit (1);
233 } 233 }
234 } 234 }