w00ps
This commit is contained in:
parent
7e8f925885
commit
2bb11d768b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ int pck_parse_packet(mqprotocol *mqp, u_char *buffer, unsigned long buflen) {
|
|||
/* XXX TODO Drop Client?*/
|
||||
}
|
||||
|
||||
return PCK_MIN_PACK_SIZE + mqpck->LEN;
|
||||
return PCK_MIN_PACK_SIZE + gotdatasize;
|
||||
} else {
|
||||
/* XXX got additional data for previous message */
|
||||
}
|
||||
|
|
Reference in a new issue