Fix legacy fd_ usage.
GitOrigin-RevId: 62e6f4882f16595e591a24b88280080135d62eef
This commit is contained in:
parent
ccd96d92f2
commit
26530c3b97
@ -700,7 +700,7 @@ class UdpSocketFdImpl {
|
||||
#ifdef MSG_ERRQUEUE
|
||||
flags = MSG_ERRQUEUE;
|
||||
#else
|
||||
return fd_.get_pending_error();
|
||||
return get_pending_error();
|
||||
#endif
|
||||
}
|
||||
//struct mmsghdr {
|
||||
|
Reference in New Issue
Block a user