rejoe2
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/hm/Communication.h
|
|
@ -271,7 +271,7 @@ class Communication : public CommQueue<> { |
|
|
|
|
|
|
|
|
compilePayload(q); |
|
|
compilePayload(q); |
|
|
|
|
|
|
|
|
if((NULL != mCbPayload) && (GridOnProFilePara != q->cmd)) |
|
|
if((NULL != mCbPayload) && (GridOnProFilePara != q->cmd) && (GetLossRate != q->cmd)) |
|
|
(mCbPayload)(q->cmd, q->iv); |
|
|
(mCbPayload)(q->cmd, q->iv); |
|
|
|
|
|
|
|
|
closeRequest(q, true); |
|
|
closeRequest(q, true); |
|
|
|