Skip to content

Commit 3cd200e

Browse files
committed
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
1 parent 494cd6e commit 3cd200e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/SimpleSAML/Auth/Simple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function logout($url = NULL) {
153153
assert('FALSE');
154154
}
155155

156-
SimpleSAML_Auth_Default::initLogout($url);
156+
SimpleSAML_Auth_Default::initLogout($url, $this->authSource);
157157
}
158158

159159

0 commit comments

Comments
 (0)