noip.c (recvfrom, recvmsg): Don't swallow the underlying system error.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 Jun 2018 14:43:20 +0000 (15:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 Jun 2018 14:58:23 +0000 (15:58 +0100)
commit6ec34720b0d2effe661c9dd4da2ef47a4e5030e3
tree5aff500a82b65926788314a0a0e8887f02b65f24
parent85f81884130d0bc24577e380b507d07bf64088dc
noip.c (recvfrom, recvmsg): Don't swallow the underlying system error.

Move the call to `real_recvfoo' outside of `PRESERVING_ERRNO'.
noip.c