mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 06:01:17 +02:00
- numerous thread bugfixes related to menu stability and ftp server socket usage
This commit is contained in:
@@ -205,8 +205,8 @@ int ftpShutdown(void)
|
||||
if(ftpGetSession(n)->open)
|
||||
{
|
||||
ftpUntrackSocket(ftpGetSession(n)->ctrlSocket);
|
||||
ftpCloseSession(n);
|
||||
}
|
||||
}
|
||||
ftpCloseSession(n);
|
||||
}
|
||||
|
||||
ftpArchCleanup();
|
||||
|
Reference in New Issue
Block a user