logread: flush output. closes 6710
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
bd0e221620
commit
71f6c1aa43
@ -182,6 +182,7 @@ int logread_main(int argc UNUSED_PARAM, char **argv)
|
|||||||
}
|
}
|
||||||
free(copy);
|
free(copy);
|
||||||
#endif
|
#endif
|
||||||
|
fflush_all();
|
||||||
} while (follow);
|
} while (follow);
|
||||||
|
|
||||||
shmdt(shbuf);
|
shmdt(shbuf);
|
||||||
|
Loading…
Reference in New Issue
Block a user