2007/12/12, Michael Biebl <[EMAIL PROTECTED]>: > 2007/12/12, Andrew Pantyukhin <[EMAIL PROTECTED]>: > > On Wed, Dec 12, 2007 at 07:11:55PM +0100, Michael Biebl wrote: > > > 2007/12/12, Rainer Gerhards <[EMAIL PROTECTED]>: > > > > Hi all, > > > > > > > > I have just released rsyslog 1.20.1. It primarily contains bug fixes: a > > > > > > sync.h declares lockObj/unlockObj, but sync.c only has these symbols > > > if compiled without NDEBUG. > > > > Try including config.h in sync.h > > >
Found the culprit. Patch is attached. Imho calling the define NDEBUG makes the code unnecessarily hard to read (#ifndef NDEBUG ..). I had to stare at the code for a while until I noticed that it was negated one time to often. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
_______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog

