mirror of
https://github.com/glest/glest-source.git
synced 2025-08-25 09:10:49 +02:00
- some ftp bugfixes and cleanup on ftp client that have failed transfers
This commit is contained in:
@@ -415,7 +415,8 @@ int ftpSelect(int poll)
|
||||
|
||||
if(poll)
|
||||
{
|
||||
struct timeval t = {0};
|
||||
struct timeval t = {0};
|
||||
t.tv_usec = 10000;
|
||||
return select(maxSockNr+1, &signaledSockets, NULL, NULL, &t);
|
||||
}
|
||||
else
|
||||
|
@@ -446,7 +446,8 @@ int ftpSelect(int poll)
|
||||
|
||||
if(poll)
|
||||
{
|
||||
struct timeval t = {0};
|
||||
struct timeval t = {0};
|
||||
t.tv_usec = 10000;
|
||||
return select(maxSockNr+1, &signaledSockets, NULL, NULL, &t);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user