https://bugzilla.balabit.com/show_bug.cgi?id=238 --- Comment #9 from Vincent Brillault <spam@lerya.net> 2013-07-05 21:15:59 --- Are you sure that it will do nothing ? I have some problems with the last line (L438): ''' self->timestamps[LM_TS_STAMP].tv_sec = self->timestamps[LM_TS_STAMP].tv_sec + get_local_timezone_ofs(self->timestamps[LM_TS_STAMP].tv_sec) - (tm.tm_hour - unnormalized_hour) * 3600 - self->timestamps[LM_TS_STAMP].zone_offset; ''' In the '-' path, aren't tm and unnormalized_hour uninitialised ? -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.