summaryrefslogtreecommitdiffstats
path: root/python/lasso.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lasso.py')
-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)