diff options
-rw-r--r-- | networking/ftpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpd.c b/networking/ftpd.c index 39a4d1869..ac6896117 100644 --- a/networking/ftpd.c +++ b/networking/ftpd.c | |||
@@ -659,7 +659,7 @@ popen_ls(const char *opt) | |||
659 | /* + 1: we must use relative path here if in chroot. | 659 | /* + 1: we must use relative path here if in chroot. |
660 | * For example, execv("/proc/self/exe") will fail, since | 660 | * For example, execv("/proc/self/exe") will fail, since |
661 | * it looks for "/proc/self/exe" _relative to chroot!_ */ | 661 | * it looks for "/proc/self/exe" _relative to chroot!_ */ |
662 | execv(CONFIG_BUSYBOX_EXEC_PATH + 1, (char**) argv); | 662 | execv(bb_busybox_exec_path + 1, (char**) argv); |
663 | _exit(127); | 663 | _exit(127); |
664 | #else | 664 | #else |
665 | memset(&G, 0, sizeof(G)); | 665 | memset(&G, 0, sizeof(G)); |