- updated for debian compliance

This commit is contained in:
Mark Vejvoda
2012-11-15 07:50:43 +00:00
parent 11fdaf899b
commit d0006db4a1
22 changed files with 38 additions and 50 deletions

View File

@@ -232,8 +232,6 @@ LOCAL int ftpCmdPort(int sessionId, const char* args, int len)
break;
}
}
// TODO Derzeit wird die übergebene IP nicht beachtet, sondern nur die IP des Control-Sockets verwendet
//clientIp[0] = clientIp[0];
if(ftpGetSession(sessionId)->passiveDataSocket >= 0)
{
if(VERBOSE_MODE_ENABLED) printf("In ftpCmdPort about to Close socket = %d for sessionId = %d\n",ftpGetSession(sessionId)->passiveDataSocket,sessionId);

View File

@@ -480,7 +480,6 @@ int ftpUntrackSocket(socket_t s)
{
FD_CLR(s, &watchedSockets);
}
// TODO hier sollte eine Möglichkeit geschaffen werden um maxSockNr anzupassen
return 0;
}

View File

@@ -514,7 +514,6 @@ int ftpUntrackSocket(socket_t s)
{
FD_CLR(s, &watchedSockets);
}
// TODO hier sollte eine Möglichkeit geschaffen werden um maxSockNr anzupassen
return 0;
}