1
This commit is contained in:
parent
f5e5b4a9bf
commit
fc3b6cc2f1
@ -104,7 +104,6 @@ void ApiListener::ForwardTargetConnMsg(f8::MsgHdr& hdr)
|
|||||||
head->msgid = hdr.msgid;
|
head->msgid = hdr.msgid;
|
||||||
head->seqid = hdr.seqid;
|
head->seqid = hdr.seqid;
|
||||||
head->magic_code = f8::MAGIC_CODE;
|
head->magic_code = f8::MAGIC_CODE;
|
||||||
head->rpc_error_code = 0;
|
|
||||||
if (hdr.buflen > 0) {
|
if (hdr.buflen > 0) {
|
||||||
memmove(buff + sizeof(f8::PackHead), hdr.buf, hdr.buflen);
|
memmove(buff + sizeof(f8::PackHead), hdr.buf, hdr.buflen);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user