mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 06:33:24 +00:00
Fixed build issues on disabled features
This commit is contained in:
parent
af7d44d751
commit
7a90caade5
21 changed files with 182 additions and 95 deletions
|
@ -98,7 +98,7 @@ static int xioopen_vsock_connect(
|
|||
|
||||
ret = retropt_bind(opts, pf, socktype, protocol,
|
||||
(struct sockaddr *)&sa_local, &sa_len, 3,
|
||||
sfd->para.socket.ip.ai_flags);
|
||||
NULL);
|
||||
if (ret == STAT_NORETRY)
|
||||
return ret;
|
||||
if (ret == STAT_OK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue