state machine bugfix

This commit is contained in:
Max 2014-02-07 18:25:04 -05:00
parent cb61bc4ac8
commit 95bba45b02
1 changed files with 1 additions and 0 deletions

View File

@ -570,6 +570,7 @@ class rx_ctl (object):
if self.wait_until <= curr_time and self.tgid_hold_until <= curr_time:
self.wait_until = curr_time + self.TSYS_HOLD_TIME
new_nac = self.find_next_tsys()
new_state = self.states.CC
if new_nac:
nac = self.current_nac = new_nac