into hydra.localnet:/home/jnperlin/Projects/Packages/NTP-DEV/src/ntp-stable-3432
bk: 5ac8ad5bh4XmYlI5bB8KFgu4JbrhPw
---
-
+* [Bug 3432] refclocks that 'write()' should check the result <perlinger@ntp.org>
+ - plus some more work on warnings for unchecked results
+ * [Bug 2821] minor build issues <perlinger@ntp.org>
+ - applied patches by Christos Zoulas, including real bug fixes
---
(4.2.8p11) 2018/02/27 Released by Harlan Stenn <stenn@ntp.org>
size_t len = strlen(cmd);
true_debug(peer, "Send '%s'\n", cmd);
- if (refclock_write(peer, cmd, len, NULL) != len)
- if (write(pp->io.fd, cmd, len) != (ssize_t)len)
++ if (refclock_write(peer, cmd, len, NULL) != (ssize_t)len)
refclock_report(peer, CEVNT_FAULT);
else
pp->polls++;