Remove accidental change

This commit is contained in:
Wolfgang Lux 2018-01-30 15:32:20 +00:00
parent c31c6a87b8
commit 07f654e3cd

View file

@ -2413,7 +2413,6 @@ handle_io()
if (u_queue != 0) if (u_queue != 0)
{ {
FD_SET(udp_desc, &wfds); FD_SET(udp_desc, &wfds);
FD_SET(udp_desc, &write_fds);
} }
timeout.tv_sec = 10; timeout.tv_sec = 10;