Opened 13 years ago

Closed 13 years ago

#263 closed defect (fixed)

log correlation may not work

Reported by: rainer Owned by: rainer
Priority: major Milestone: 2.8.6
Component: main Version:
Keywords: Cc:

Description

Log correlation fails sometimes, as reported by D. Dearmore. The two unrelated problems are:

  • the undocumented (in the manpage) handling of daylight saving time in GNU mktime(), which adds the DST offset if tm_isdst was incorrectly zero (so we need to set it to -1), and
  • an < instead of an <= sign in a timestamp comparison.

Change History (1)

comment:1 by rainer, 13 years ago

Resolution: fixed
Status: newclosed

Believed to be fixed in changeset [357].

Note: See TracTickets for help on using tickets.