Bug 2823 - unfsd log output can be lost on Windows
Summary: unfsd log output can be lost on Windows
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Local drive redirection (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Peter Åstrand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 14:43 CEST by Peter Åstrand
Modified: 2022-06-21 12:52 CEST (History)
3 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Peter Åstrand cendio 2008-06-24 14:43:19 CEST
Continuation of bug 2820. unfsd currently does setvbuf with 
_IOLBF, but according to MSDN, this is the same as fully buffered. Needs to to _IONBF instead, or use fflush().

Note You need to log in before you can comment on or make changes to this bug.