From 3cd200e2bac99cbcea9ca66f36671d9a8d78f139 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 16 Nov 2010 14:30:50 +0000
Subject: [PATCH] Auth_Simple: Only log out of the specified auth source.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2639 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/Auth/Simple.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/Auth/Simple.php b/lib/SimpleSAML/Auth/Simple.php
index e3fedad71..0f5203572 100644
--- a/lib/SimpleSAML/Auth/Simple.php
+++ b/lib/SimpleSAML/Auth/Simple.php
@@ -153,7 +153,7 @@ class SimpleSAML_Auth_Simple {
 			assert('FALSE');
 		}
 
-		SimpleSAML_Auth_Default::initLogout($url);
+		SimpleSAML_Auth_Default::initLogout($url, $this->authSource);
 	}
 
 
-- 
GitLab