Fix for compile error
Fix for compile error
This commit is contained in:
parent
2ce6012506
commit
f97df72a3e
@ -2403,7 +2403,7 @@ int len, id_len, seqno = 2;
|
|||||||
blr_slave_send_eof(router, slave, seqno++);
|
blr_slave_send_eof(router, slave, seqno++);
|
||||||
|
|
||||||
ptr = GWBUF_DATA(pkt);
|
ptr = GWBUF_DATA(pkt);
|
||||||
encode_value(ptr, len - 4), 24); // Add length of data packet
|
encode_value(ptr, len - 4, 24); // Add length of data packet
|
||||||
ptr += 3;
|
ptr += 3;
|
||||||
*ptr++ = seqno++; // Sequence number in response
|
*ptr++ = seqno++; // Sequence number in response
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user