[td-225] fix a typo
This commit is contained in:
parent
6ce1c1a13f
commit
cfc7da145c
|
@ -541,7 +541,7 @@ void rpcCancelRequest(void *handle) {
|
||||||
if (pContext->signature != pContext) return;
|
if (pContext->signature != pContext) return;
|
||||||
|
|
||||||
if (pContext->pConn) {
|
if (pContext->pConn) {
|
||||||
tDebug("%s, app trys to cancel request", pContext->pConn->info);
|
tDebug("%s, app tries to cancel request", pContext->pConn->info);
|
||||||
pContext->pConn->pReqMsg = NULL;
|
pContext->pConn->pReqMsg = NULL;
|
||||||
rpcCloseConn(pContext->pConn);
|
rpcCloseConn(pContext->pConn);
|
||||||
pContext->pConn = NULL;
|
pContext->pConn = NULL;
|
||||||
|
|
Loading…
Reference in New Issue