- more bugfixes for ftp painting

This commit is contained in:
Mark Vejvoda
2011-01-09 09:05:34 +00:00
parent 5a8f05e8af
commit 26cdb8ccad
4 changed files with 13 additions and 17 deletions

View File

@@ -454,7 +454,7 @@ int ftpSelect(int poll)
if(poll)
{
struct timeval t = {0};
t.tv_usec = 10000;
t.tv_usec = 100;
return select(maxSockNr+1, &signaledSockets, NULL, NULL, &t);
}
else