rejoe2 1 year ago
committed by GitHub
parent
commit
28fd60f896
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/hm/Communication.h

2
src/hm/Communication.h

@ -271,7 +271,7 @@ class Communication : public CommQueue<> {
compilePayload(q);
if((NULL != mCbPayload) && (GridOnProFilePara != q->cmd))
if((NULL != mCbPayload) && (GridOnProFilePara != q->cmd) && (GetLossRate != q->cmd))
(mCbPayload)(q->cmd, q->iv);
closeRequest(q, true);

Loading…
Cancel
Save