diff options
Diffstat (limited to 'networking/ftpd.c')
-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 70a353312..9937cc3ea 100644 --- a/networking/ftpd.c +++ b/networking/ftpd.c | |||
@@ -630,7 +630,7 @@ popen_ls(const char *opt) | |||
630 | cwd = xrealloc_getcwd_or_warn(NULL); | 630 | cwd = xrealloc_getcwd_or_warn(NULL); |
631 | xpiped_pair(outfd); | 631 | xpiped_pair(outfd); |
632 | 632 | ||
633 | /*fflush(NULL); - so far we dont use stdio on output */ | 633 | /*fflush_all(); - so far we dont use stdio on output */ |
634 | pid = BB_MMU ? fork() : vfork(); | 634 | pid = BB_MMU ? fork() : vfork(); |
635 | if (pid < 0) | 635 | if (pid < 0) |
636 | bb_perror_msg_and_die(BB_MMU ? "fork" : "vfork"); | 636 | bb_perror_msg_and_die(BB_MMU ? "fork" : "vfork"); |