bk: 51f4ba07SHPwWtTUavxLpxyNZ-NiWg
+* [Bug 2439] Fix check of EscapeCommFunction() in ports/winnt/libntp/termios.c.
(4.2.7p376) 2013/07/24 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 2322] Oncore driver should send 0 PPS offset to GPS.
(4.2.7p375) 2013/07/22 Released by Harlan Stenn <stenn@ntp.org>
BOOL failed;
int result;
- failed = EscapeCommFunction(
+ failed = !EscapeCommFunction(
h,
(*pi & TIOCM_RTS)
? SETRTS
);
if (!failed)
- failed = EscapeCommFunction(
+ failed = !EscapeCommFunction(
h,
(*pi & TIOCM_DTR)
? SETDTR