From 2d109aa7c53cba79ed8527d7e3f9ea5df3b4aeba Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 1 Mar 2010 10:35:49 +0000
Subject: [PATCH] saml:IdP: Remove a few redudant lines from logout response
 processing.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2194 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/saml/lib/IdP/SAML2.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/saml/lib/IdP/SAML2.php b/modules/saml/lib/IdP/SAML2.php
index 3bc86a6fd..e15219215 100644
--- a/modules/saml/lib/IdP/SAML2.php
+++ b/modules/saml/lib/IdP/SAML2.php
@@ -381,11 +381,6 @@ class sspmod_saml_IdP_SAML2 {
 
 		if ($message instanceof SAML2_LogoutResponse) {
 
-			$spEntityId = $message->getIssuer();
-			if ($spEntityId === NULL) {
-				throw new SimpleSAML_Error_Exception('Missing <Issuer> in LogoutResponse.');
-			}
-
 			SimpleSAML_Logger::info('Received SAML 2.0 LogoutResponse from: '. var_export($spEntityId, TRUE));
 
 			$relayState = $message->getRelayState();
-- 
GitLab