From e0fd23462d95a008740fe8fc44c84deb0dff8dc1 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 31 Oct 2005 22:19:59 +0000 Subject: [PATCH] dont pass time stamp to beacon notify --- src/ca/bhe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/bhe.cpp b/src/ca/bhe.cpp index b10bed295..b1026052b 100644 --- a/src/ca/bhe.cpp +++ b/src/ca/bhe.cpp @@ -261,7 +261,7 @@ bool bhe::updatePeriod ( else if ( this->pIIU ) { // update state of health for active virtual circuits // if the beacon looks ok - this->pIIU->beaconArrivalNotify ( guard, currentTime ); + this->pIIU->beaconArrivalNotify ( guard ); logBeacon ( "vb", currentPeriod, currentTime ); }