summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-08-09 16:06:07 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-08-09 16:06:07 +0000
commit52694f79f68d6d37794f61c05ec57562bea72bf9 (patch)
tree70a7908b59da451daea2aa5baecbe85a9873bd13 /python
parent62a39dc3bf452df9334a7db397bebe56e8a49c63 (diff)
downloadlasso-52694f79f68d6d37794f61c05ec57562bea72bf9.tar.gz
lasso-52694f79f68d6d37794f61c05ec57562bea72bf9.tar.xz
lasso-52694f79f68d6d37794f61c05ec57562bea72bf9.zip
Small fix
Diffstat (limited to 'python')
-rw-r--r--python/lasso.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lasso.py b/python/lasso.py
index fb60fe96..52ad3714 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -1456,7 +1456,7 @@ class Lecp(Login):
# FIXME ret = Request(_obj=ret)
elif name == "response":
if lassomod.lecp_getattr(self, "response_type") == messageTypeAuthnResponse:
- ret = AuthnResponse(None, _obj=ret)
+ ret = AuthnResponse(_obj=ret)
elif lassomod.lecp_getattr(self, "response_type") == messageTypeResponse:
ret = SamlpResponse(_obj=ret)
# FIXME ret = Response(_obj=ret)