Re: Patch for syslog-ng 1.6.12
On Apr 26 13:28, S. Schulz wrote: > I found a bug in syslog-ng-1.6.12. > If i use the MSGONLY macro the first char of the message is missing. > > Here is the patch: > -snip > 426,427c426,428 > < colon++; > < ofs = (colon - (char *) msg->msg-
Patch for syslog-ng 1.6.12
I found a bug in syslog-ng-1.6.12. If i use the MSGONLY macro the first char of the message is missing. Here is the patch: -snip 426,427c426,428 < colon++; < ofs = (colon - (char *) msg->msg->data); --- > ofs = (colon - (char *)