Bug 2823

Summary: unfsd log output can be lost on Windows
Product: ThinLinc Reporter: Peter Åstrand <astrand>
Component: Local drive redirectionAssignee: Peter Åstrand <astrand>
Status: NEW ---    
Severity: Normal CC: fieldengineer59, samuel, telenets59
Priority: P2    
Version: trunk   
Target Milestone: LowPrio   
Hardware: PC   
OS: Unknown   
Acceptance Criteria:

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().