aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/logread.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/logread.c')
-rw-r--r--sysklogd/logread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/logread.c b/sysklogd/logread.c
index d5f8ca0a2..e6cfcf4a7 100644
--- a/sysklogd/logread.c
+++ b/sysklogd/logread.c
@@ -226,5 +226,5 @@ int logread_main(int argc UNUSED_PARAM, char **argv)
226 226
227 /* shmdt(shbuf); - on Linux, shmdt is not mandatory on exit */ 227 /* shmdt(shbuf); - on Linux, shmdt is not mandatory on exit */
228 228
229 fflush_stdout_and_exit(EXIT_SUCCESS); 229 fflush_stdout_and_exit_SUCCESS();
230} 230}