1
0
mirror of https://github.com/thearcanum/WIFSS synced 2025-07-15 16:00:12 +02:00
This commit is contained in:
HorlogeSkynet
2015-05-15 14:45:08 +02:00
parent 3e961fef51
commit 4a5e059715

@ -10,7 +10,6 @@ void* scom(void *data)
while(1)
{
printf("test1\n");
memset(_buff, 0, BUFFER);
_result = recv(_sock, _buff, BUFFER, false);