Partially revert r255486, the first argument to socketpair() is a socket
domain, not a file descriptor. Use 'domain' instead of the original 'd'
for this argument to match socket(2).
PR: 199491
Reported by: sp55aa@qq.com
MFC after: 1 week
Partially revert r255486, the first argument to socketpair() is a socket Tags None Referenced Files None Subscribers None
Description
Details
|