Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rdef06013312d270b1704787a4473caf5612dd6ac -rc09da041e733bf32893cd466ccf21c9fdd760a1e --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision def06013312d270b1704787a4473caf5612dd6ac) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision c09da041e733bf32893cd466ccf21c9fdd760a1e) @@ -197,7 +197,7 @@ // check ACK list for messages that need to be re-sent because they haven't been ACK'd checkPendingACKList(); - if ( TRUE == hasDialinCheckInBeenExpired() ) + if ( TRUE == hasDialinCheckInExpired() ) { // It has been a while since the user logged in but not activity has been received from Dialin so set the tester's status to log out setTesterStatusToLoggedOut();