mirror of https://github.com/mirror/busybox.git
klogd: fix small buglet in previous commit
parent
2e7dc5d37b
commit
58a88916b9
|
@ -89,6 +89,7 @@ int klogd_main(int argc UNUSED_PARAM, char **argv)
|
|||
|
||||
/* klogctl buffer parsing modelled after code in dmesg.c */
|
||||
/* Process each newline-terminated line in the buffer */
|
||||
start = log_buffer;
|
||||
while (1) {
|
||||
char *newline = strchrnul(start, '\n');
|
||||
|
||||
|
|
Loading…
Reference in New Issue