Jump to content
DelTurbo1

Error in OverbyteIcsSysLogServer.pas

Recommended Posts

Hi,

in OverbyteIcsSysLogServer.pas is a little error.

Example: Debian send <30>Feb 15 17:46:02 mailserver /etc/mysql/debian-start[826]: Triggering myisam-recover for all MyISAM tables and aria-recover for all Aria tables

then crashed the application.

I have changed the line 209 in OverbyteIcsSysLogServer.pas

From:

(RawMessage[Index] = '_')

To:

(RawMessage[Index] = '_') or (RawMessage[Index] = '/')

 

 

 

Share this post


Link to post

Thanks, not sure why the content checking is so strict, but added your fix to my copy, will be in SVN with the next batch of updates next week.

 

Angus

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×