Use soconnect2() rather than directly invoking uipc_connect2() to
interconnect two UNIX domain sockets. MFC after: 3 days
This commit is contained in:
parent
eb43d80055
commit
4759ebf015
@ -196,7 +196,7 @@ portal_connect(so, so2)
|
||||
M_NOWAIT);
|
||||
so2 = so3;
|
||||
|
||||
return (uipc_connect2(so, so2));
|
||||
return (soconnect2(so, so2));
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user