Fixed spelling error

This commit is contained in:
Roland Hedberg
2010-09-17 14:45:38 +02:00
parent 58ea23e883
commit 5bbe63bd38

View File

@@ -332,8 +332,8 @@ class Server(object):
return self.error_response(consumer_url, in_response_to,
sp_entity_id, exc, name_id)
if auth: # expected to be a 2-tuple class+authority
(authn_class, authn_authn) = auth
if authn: # expected to be a 2-tuple class+authority
(authn_class, authn_authn) = authn
assertion = ast.construct(sp_entity_id, in_response_to,
name_id,
self.conf.attribute_converters(),