quick fix proceed_msg send

This commit is contained in:
James Kasten 2012-11-18 21:19:48 -05:00
parent 3cb9b39590
commit 03d9bf5093

View file

@ -549,7 +549,7 @@ def authenticate():
proceed_msg.proceed.timestamp = int(time.time())
proceed_msg.proceed.polldelay = 60
# Send the proceed message
r = decode(do(upstream, proceed_msg))
r = decode(do(upstream, k))
while r.proceed.IsInitialized() or r.challenge:
if r.proceed.IsInitialized():