Updated todos

This commit is contained in:
Brad Warren
2015-10-19 19:13:48 -07:00
parent 3885a40c42
commit a643289662
3 changed files with 3 additions and 8 deletions
+2 -4
View File
@@ -153,10 +153,8 @@ class AuthHandler(object):
"""
active_achalls = []
for achall, resp in itertools.izip(achalls, resps):
# XXX: make sure that all achalls, including those
# corresponding to None or False returned from
# Authenticator are removed from the queue and thus avoid
# infinite loop
# This line needs to be outside of the if block below to
# ensure failed challenges are cleaned up correctly
active_achalls.append(achall)
# Don't send challenges for None and False authenticator responses