15 lines
470 B
Diff
15 lines
470 B
Diff
|
diff -Nru busybox-1.3.1.orig/sysklogd/syslogd.c busybox-1.3.1/sysklogd/syslogd.c
|
||
|
--- busybox-1.3.1.orig/sysklogd/syslogd.c 2007-01-02 21:28:26.000000000 +0700
|
||
|
+++ busybox-1.3.1/sysklogd/syslogd.c 2007-01-02 21:29:10.000000000 +0700
|
||
|
@@ -304,8 +304,8 @@
|
||
|
vsnprintf(b, sizeof(b) - 1, fmt, arguments);
|
||
|
va_end(arguments);
|
||
|
circ_message(b);
|
||
|
-
|
||
|
- } else
|
||
|
+ return;
|
||
|
+ }
|
||
|
#endif
|
||
|
fd = device_open(logFilePath, O_WRONLY | O_CREAT
|
||
|
| O_NOCTTY | O_APPEND | O_NONBLOCK);
|