printfs removed.
FossilOrigin-Name: b9c53d76144e4391fd21794f757f618273e2e254a35b5b3d0e1bbd399ba17a36
This commit is contained in:
parent
cb67390f1c
commit
3008963141
@ -162,7 +162,7 @@ uint8_t * fragman_add(FRAGMAN * frags, uint8_t *packet, int hlen, int payloadlen
|
||||
|
||||
int ti;
|
||||
for (ti=0; ti<16; ti++){
|
||||
printf("%02X ",(f->buffer+4)[ti]);
|
||||
// printf("%02X ",(f->buffer+4)[ti]);
|
||||
|
||||
}
|
||||
|
||||
@ -170,7 +170,7 @@ uint8_t * fragman_add(FRAGMAN * frags, uint8_t *packet, int hlen, int payloadlen
|
||||
if (f->bytesneeded>0 && f->bytesneeded<=f->bytesreceived){
|
||||
uint8_t * r=f->buffer;
|
||||
f->buffer=0;
|
||||
printf("last bytes need %i\n",f->bytesneeded);
|
||||
// printf("last bytes need %i\n",f->bytesneeded);
|
||||
*((uint32_t*)(r))=f->bytesneeded;
|
||||
return r;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user