git-svn-id: svn://db.shs.com.ru/pip@410 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -158,10 +158,11 @@ void PIBaseTransfer::received(PIByteArray data) {
|
|||||||
if (header.session_id != h.session_id) {
|
if (header.session_id != h.session_id) {
|
||||||
//sendBreak(h.session_id);
|
//sendBreak(h.session_id);
|
||||||
//return;
|
//return;
|
||||||
//piCoutObj << "restart receive";
|
piCoutObj << "restart receive";
|
||||||
mutex_header.unlock();
|
mutex_header.unlock();
|
||||||
finish_receive(false, true);
|
finish_receive(false, true);
|
||||||
} else {
|
} else {
|
||||||
|
sendReply(pt_ReplySuccess);
|
||||||
mutex_header.unlock();
|
mutex_header.unlock();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user