workaround for Solaris compiler bug

This commit is contained in:
Jeff Hill
2000-04-28 02:16:03 +00:00
parent d3dfd93151
commit d9bd2a3bdf
5 changed files with 17 additions and 5 deletions

View File

@@ -469,7 +469,7 @@ void cac::beaconNotify ( const inetAddrID &addr )
tcpiiu *piiu = pBHE->getIIU ();
if ( piiu ) {
if ( ! piiu->beaconAnomaly ) {
piiu->tcpRecvWatchdog::reschedule (); // reset connection activity watchdog
piiu->rescheduleRecvTimer (); // reset connection activity watchdog
}
}
}