This commit is contained in:
songhao 2019-06-10 18:42:12 +08:00
parent f5e5b4a9bf
commit fc3b6cc2f1

View File

@ -104,7 +104,6 @@ void ApiListener::ForwardTargetConnMsg(f8::MsgHdr& hdr)
head->msgid = hdr.msgid;
head->seqid = hdr.seqid;
head->magic_code = f8::MAGIC_CODE;
head->rpc_error_code = 0;
if (hdr.buflen > 0) {
memmove(buff + sizeof(f8::PackHead), hdr.buf, hdr.buflen);
}