Fix ftp timeout bug.
This commit is contained in:
parent
68b4ef5f9f
commit
7ebfe5a653
|
@ -1 +1 @@
|
|||
Subproject commit f79d6d619d115e71b587713446161653d33ad321
|
||||
Subproject commit d1b456a005d163d4716388c97d54a79fbe251e1c
|
|
@ -1398,7 +1398,7 @@ SINT32 sf_connect_ftps_server(void)
|
|||
}
|
||||
|
||||
ret = sf_ftp_config(ssl, gprsMode, timeout);
|
||||
FtpManagerCode result = ftp_service_available();
|
||||
FtpManagerCode result = ftp_service_available(timeout);
|
||||
if(FTP_MANAGER_SERVICE_AVAILABLE == result)
|
||||
{
|
||||
FtpOpenOk = SUCCESS;
|
||||
|
|
Loading…
Reference in New Issue
Block a user