Fix legacy fd_ usage.

GitOrigin-RevId: 62e6f4882f16595e591a24b88280080135d62eef
This commit is contained in:
levlam 2018-10-27 17:34:53 +03:00
parent ccd96d92f2
commit 26530c3b97

View File

@ -700,7 +700,7 @@ class UdpSocketFdImpl {
#ifdef MSG_ERRQUEUE #ifdef MSG_ERRQUEUE
flags = MSG_ERRQUEUE; flags = MSG_ERRQUEUE;
#else #else
return fd_.get_pending_error(); return get_pending_error();
#endif #endif
} }
//struct mmsghdr { //struct mmsghdr {