dont pass time stamp to beacon notify

This commit is contained in:
Jeff Hill
2005-10-31 22:19:59 +00:00
parent df16e0238a
commit e0fd23462d

View File

@@ -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 );
}