Apply patch to other location (#1449)

This commit is contained in:
Clément OUDOT 2018-06-13 10:50:57 +02:00
parent dc978f5cc2
commit 0c8ab9a5f6
1 changed files with 2 additions and 1 deletions

View File

@ -1441,7 +1441,8 @@ sub sloServer {
if ($session_index) {
my $sessionIndexSession = $self->getSamlSession($session_index);
return PE_SAML_SESSION_ERROR unless $sessionIndexSession;
return $self->p->sendError( $req, 'SAML session not found', 400 )
unless $sessionIndexSession;
$local_session_id = $sessionIndexSession->data->{_saml_id};