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.
Note:
See TracTickets
for help on using tickets.
Believed to be fixed in changeset [357].