aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/logread.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/logread.c')
-rw-r--r--sysklogd/logread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysklogd/logread.c b/sysklogd/logread.c
index 2b6415f47..53d771d28 100644
--- a/sysklogd/logread.c
+++ b/sysklogd/logread.c
@@ -182,6 +182,7 @@ int logread_main(int argc UNUSED_PARAM, char **argv)
182 } 182 }
183 free(copy); 183 free(copy);
184#endif 184#endif
185 fflush_all();
185 } while (follow); 186 } while (follow);
186 187
187 shmdt(shbuf); 188 shmdt(shbuf);