working on threads

This commit is contained in:
Ugo Cirmignani
2018-12-12 20:45:01 +01:00
parent 2a4c4f045d
commit 34725d65d0

View File

@ -602,7 +602,7 @@ void runFtpServer(void)
returnCode = socketPrintf(&ftpData, processingSock, "s", "500 Unknown command\r\n");
if (returnCode < 0)
{
ftpData.clients[processingSock].closeTheClient = 1;
ftpData.clients[processingSock].closeTheClient = 1;
}
printf("\n COMMAND NOT SUPPORTED ********* %s", ftpData.clients[processingSock].buffer);
}