projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e7dc5d
)
klogd: fix small buglet in previous commit
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 19 Nov 2008 09:35:00 +0000
(09:35 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 19 Nov 2008 09:35:00 +0000
(09:35 -0000)
sysklogd/klogd.c
patch
|
blob
|
history
diff --git
a/sysklogd/klogd.c
b/sysklogd/klogd.c
index a0e0bf7248e272675c07949c5531985cb1cd3e78..c54e80a3525ca9ad2d91259aa2a79ad71feb6897 100644
(file)
--- a/
sysklogd/klogd.c
+++ b/
sysklogd/klogd.c
@@
-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');