git-svn-id: svn://db.shs.com.ru/pip@412 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-19 16:21:34 +00:00
parent 168f97209f
commit b3497c3eed
2 changed files with 3 additions and 1 deletions

View File

@@ -449,7 +449,7 @@ bool PIBaseTransfer::getStartRequest() {
diag.sended(ba.size_s());
sendRequest(ba);
if (break_) return false;
piCoutObj << replies[0];
// piCoutObj << replies[0];
mutex_session.lock();
if (replies[0] == pt_ReplySuccess) {
state_string = "send permited!";