mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 18:40:13 +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)){
|
||||
n = recvtimeoutssl(sd, puf, sizeof(puf), 10, use_ssl, data->ssl);
|
||||
printf("rcvd: %s", puf);
|
||||
|
||||
if(n + len < buflen) strncat(buf, puf, n);
|
||||
else goto END;
|
||||
|
Loading…
Reference in New Issue
Block a user