Have RPCSub use new callRPC.

This commit is contained in:
Arthur Britto
2013-02-01 19:25:01 -08:00
parent c25f480cb8
commit 1b9bf68877
5 changed files with 42 additions and 25 deletions

View File

@@ -331,7 +331,7 @@ void HttpsClient::invokeComplete(const boost::system::error_code& ecResult, int
// ecResult: !0 = had an error, last entry
// iStatus: result, if no error
// strData: data, if no error
bAgain = mComplete(ecResult ? ecResult : ecCancel, iStatus, strData);
bAgain = mComplete && mComplete(ecResult ? ecResult : ecCancel, iStatus, strData);
}
if (!mDeqSites.empty() && bAgain)