mirror of
https://github.com/glest/glest-source.git
synced 2025-09-29 00:48:58 +02:00
- more bugfixes related to ftp and firewall handling
This commit is contained in:
@@ -48,6 +48,10 @@ FTPServerThread::FTPServerThread(std::pair<string,string> mapsPath,int portNumbe
|
||||
ftpFindExternalFTPServerIp = &FindExternalFTPServerIp;
|
||||
}
|
||||
|
||||
FTPServerThread::~FTPServerThread() {
|
||||
ServerSocket::upnp_rem_redirect(ServerSocket::getFTPServerPort());
|
||||
}
|
||||
|
||||
void FTPServerThread::signalQuit() {
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf ("===> FTP Server: signalQuit\n");
|
||||
BaseThread::signalQuit();
|
||||
|
Reference in New Issue
Block a user