Fix autologout bug
authorBernard Blackham <[email protected]>
Thu, 8 Sep 2005 11:58:23 +0000 (11:58 +0000)
committerBernard Blackham <[email protected]>
Thu, 8 Sep 2005 11:58:23 +0000 (11:58 +0000)
sql-edition/servers/VendServer.py

index 3c42908..365f9d4 100755 (executable)
@@ -230,6 +230,7 @@ def reset_idler(v, vstatus, t = None):
        idler = GreetingIdler(v, t)
        vstatus.time_of_next_idlestep = time()+idler.next()
        vstatus.time_of_next_idler = None
+       vstatus.time_to_autologout = None
        vstatus.change_state(STATE_IDLE, 1)
 
 def choose_idler():

UCC git Repository :: git.ucc.asn.au