mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 08:10:49 +00:00
Remove accidental change
This commit is contained in:
parent
c31c6a87b8
commit
07f654e3cd
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue