klogd: fix small buglet in previous commit
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 19 Nov 2008 09:35:00 +0000 (09:35 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 19 Nov 2008 09:35:00 +0000 (09:35 -0000)
sysklogd/klogd.c

index a0e0bf7248e272675c07949c5531985cb1cd3e78..c54e80a3525ca9ad2d91259aa2a79ad71feb6897 100644 (file)
@@ -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');