diff options
| author | Lorenzo Gil Sanchez <lgs@yaco.es> | 2011-12-11 11:57:23 +0100 |
|---|---|---|
| committer | Lorenzo Gil Sanchez <lgs@yaco.es> | 2011-12-11 11:57:23 +0100 |
| commit | aa81f853a29113177d82ec00f33f64654c906cfc (patch) | |
| tree | 22ac25002a909709178df70bf1fce6865d991afa /src | |
| parent | 2f90b7d8545887c37d607a50a1820215ce796c1a (diff) | |
| download | pysaml2-aa81f853a29113177d82ec00f33f64654c906cfc.tar.gz | |
Missing a stupid 's' in my previous commit
Diffstat (limited to 'src')
| -rw-r--r-- | src/saml2/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/client.py b/src/saml2/client.py index 96e912a8..6752e835 100644 --- a/src/saml2/client.py +++ b/src/saml2/client.py @@ -915,7 +915,7 @@ class Saml2Client(object): :return: A LogoutResponse instance """ - destination = self.config.single_logout_service(idp_entity_id, binding)[0] + destination = self.config.single_logout_services(idp_entity_id, binding)[0] status = samlp.Status( status_code=samlp.StatusCode(value=status_code)) |
