dont pass time stamp to probe response notify

This commit is contained in:
Jeff Hill
2005-10-31 22:20:26 +00:00
parent e0fd23462d
commit 028ef0c788
+1 -1
View File
@@ -751,7 +751,7 @@ bool cac::echoRespAction (
callbackManager & mgr, tcpiiu & iiu,
const epicsTime & current, const caHdrLargeArray &, void * )
{
iiu.probeResponseNotify ( mgr.cbGuard, current );
iiu.probeResponseNotify ( mgr.cbGuard );
return true;
}