fix/skip-sync-reset-timer-fix-compile
This commit is contained in:
parent
7a38182a4f
commit
9a217a7593
|
@ -2589,9 +2589,9 @@ static void syncNodeEqPingTimer(void* param, void* tmrId) {
|
|||
}
|
||||
|
||||
_out:
|
||||
bool stopped = taosTmrReset(syncNodeEqPingTimer, pNode->pingTimerMS, (void*)pNode->rid, syncEnv()->pTimerManager,
|
||||
&pNode->pPingTimer);
|
||||
if (stopped) sError("failed to reset ping timer");
|
||||
if (taosTmrReset(syncNodeEqPingTimer, pNode->pingTimerMS, (void*)pNode->rid, syncEnv()->pTimerManager,
|
||||
&pNode->pPingTimer))
|
||||
sError("failed to reset ping timer");
|
||||
}
|
||||
syncNodeRelease(pNode);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue