]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/tc.c
Revert "tc: flush after each command in batch mode"
[mirror_iproute2.git] / tc / tc.c
diff --git a/tc/tc.c b/tc/tc.c
index 1f23971ae4b9a1ed86a48a1498664c3ed102de0a..c115155b22345d6892f3fbefbee25bfa65775473 100644 (file)
--- a/tc/tc.c
+++ b/tc/tc.c
@@ -405,7 +405,6 @@ static int batch(const char *name)
 
                err = do_cmd(largc, largv, tail == NULL ? NULL : tail->buf,
                             tail == NULL ? 0 : sizeof(tail->buf));
-               fflush(stdout);
                if (err != 0) {
                        fprintf(stderr, "Command failed %s:%d\n", name,
                                cmdlineno - 1);