From 028ef0c7882d5ddfc868722240a7a0c07d7d9052 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 31 Oct 2005 22:20:26 +0000 Subject: [PATCH] dont pass time stamp to probe response notify --- src/ca/cac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index 5547ec7a1..6110e2879 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -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; }