mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-12 14:30:11 +01:00
removed debug line
This commit is contained in:
parent
8a9b963fbf
commit
fdb3491ecb
@ -87,7 +87,6 @@ int read_response(int sd, char *buf, int buflen, int *seq, struct __data *data,
|
|||||||
|
|
||||||
while(!strstr(buf, tagok)){
|
while(!strstr(buf, tagok)){
|
||||||
n = recvtimeoutssl(sd, puf, sizeof(puf), 10, use_ssl, data->ssl);
|
n = recvtimeoutssl(sd, puf, sizeof(puf), 10, use_ssl, data->ssl);
|
||||||
printf("rcvd: %s", puf);
|
|
||||||
|
|
||||||
if(n + len < buflen) strncat(buf, puf, n);
|
if(n + len < buflen) strncat(buf, puf, n);
|
||||||
else goto END;
|
else goto END;
|
||||||
|
Loading…
Reference in New Issue
Block a user