traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / libbb / vfork_daemon_rexec.c
index 27efb0e376836c55ec445be068b287d8d837fce9..9be90172290ef67bfd611c64371befa24c2e56b8 100644 (file)
@@ -25,7 +25,7 @@ pid_t FAST_FUNC spawn(char **argv)
        volatile int failed;
        pid_t pid;
 
-// Ain't it a good place to fflush(NULL)?
+       fflush_all();
 
        /* Be nice to nommu machines. */
        failed = 0;