Working on socket

This commit is contained in:
Ugo Cirmignani
2018-02-10 14:53:53 +01:00
parent f0235ef45a
commit 5082177778
3 changed files with 0 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -416,7 +416,6 @@ void runFtpServer(void)
write(ftpData.clients[processingSock].socketDescriptor, ftpData.welcomeMessage, strlen(ftpData.welcomeMessage));
continue;
}
}