Faulty reference

This commit is contained in:
Roland Hedberg
2014-04-02 13:31:00 +02:00
parent a5b68f0145
commit 6a38f5ecee

View File

@@ -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)