From 6a38f5ecee53de47b35713c31243bc2581eda8f5 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Wed, 2 Apr 2014 13:31:00 +0200 Subject: [PATCH] Faulty reference --- example/sp-wsgi/sp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/sp-wsgi/sp.py b/example/sp-wsgi/sp.py index 2cf9ddc..05fcc03 100755 --- a/example/sp-wsgi/sp.py +++ b/example/sp-wsgi/sp.py @@ -534,7 +534,7 @@ class SSO(object): self.cache.relay_state[_rstate] = came_from ht_args = _cli.apply_binding(_binding, "%s" % req, destination, relay_state=_rstate) - _sid = req.id + _sid = req_id logger.debug("ht_args: %s" % ht_args) except Exception, exc: logger.exception(exc)