mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 15:43:24 +00:00
Options res-* now apply to whole open phase
This commit is contained in:
parent
b14e65c42a
commit
c82e3df210
29 changed files with 204 additions and 207 deletions
|
@ -134,8 +134,7 @@ static int xioopen_tun(int argc, const char *argv[], struct opt *opts, int xiofl
|
|||
return STAT_RETRYLATER;
|
||||
}
|
||||
if ((result = xioparsenetwork(ifaddr, pf, &network,
|
||||
xfd->stream.para.socket.ip.ai_flags,
|
||||
xfd->stream.para.socket.ip.res_opts))
|
||||
xfd->stream.para.socket.ip.ai_flags))
|
||||
!= STAT_OK) {
|
||||
/*! recover */
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue