Nog een poging...

This commit is contained in:
Thulinma 2010-11-08 01:01:33 +01:00
parent 57d076a6f4
commit bbd7d88011

View file

@ -493,7 +493,7 @@ chunkpack getWholeChunk(){
free(ret);//cleanup returned chunk
return gwc_complete;
}
if (feof(CONN_fd) != 0){break;}
if (socketError){break;}
counter++;
}
gwc_complete.msg_type_id = 0;