mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-18 14:01:30 +03:00
dvtws: openbsd build fix
This commit is contained in:
parent
49385b6e57
commit
ead91ae4f7
@ -325,8 +325,6 @@ static int dvt_main(void)
|
|||||||
goto exiterr;
|
goto exiterr;
|
||||||
}
|
}
|
||||||
fdct++;
|
fdct++;
|
||||||
if (!set_socket_buffers(fd[1],Q_RCVBUF,Q_SNDBUF))
|
|
||||||
goto exiterr;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
fdmax = (fd[0]>fd[1] ? fd[0] : fd[1]) + 1;
|
fdmax = (fd[0]>fd[1] ? fd[0] : fd[1]) + 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user