dvtws: openbsd build fix

This commit is contained in:
bol-van 2024-12-15 13:50:16 +03:00
parent 49385b6e57
commit ead91ae4f7

View File

@ -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;