Actions
Bug #358
closedalert-debuglog causes "Outputs" thread to fail
Affected Versions:
Effort:
Difficulty:
Label:
Description
This check seems to be wrong:
ret = StreamSegmentForEach(p, flag, AlertDebugPrintStreamSegmentCallback, (void *)aft); if (ret != 1) { SCMutexUnlock(&aft->file_ctx->fp_mutex); return TM_ECODE_FAILED; }
Files
Updated by Eric Leblond about 13 years ago
- File 0001-debuglog-fix-segment-logging.patch 0001-debuglog-fix-segment-logging.patch added
- % Done changed from 0 to 90
Patch proposed.
Updated by Victor Julien about 13 years ago
- Status changed from Assigned to Closed
- % Done changed from 90 to 100
Applied, thanks Eric!
Actions