SAML: typo in #53 correction

This commit is contained in:
Clément Oudot 2010-05-12 12:56:16 +00:00
parent 01f928504d
commit 7f427610fe

View File

@ -211,7 +211,7 @@ sub issuerForUnAuthUser {
return PE_ERROR
unless (
$self->sendLogoutResponseToServiceProvider(
$logout, $method, $relaystate, 0 );
$logout, $method, $relaystate, 0 )
);
}