Fix autologout bug
[uccvend-vendserver.git] / 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
        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():
        vstatus.change_state(STATE_IDLE, 1)
 
 def choose_idler():

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