Do not stop logout process on error in Combination (#2165)

This commit is contained in:
Clément OUDOT 2020-05-04 21:53:14 +02:00
parent 7ed251ce3f
commit 0bf1bfb7dd

View File

@ -145,7 +145,7 @@ sub authLogout {
"Condition changed between login and logout for "
. $req->user
. ", unable to select good backend" );
return PE_ERROR;
return PE_OK;
}
my ( $res, $name ) = $sub->( 'authLogout', @_ );
$self->logger->debug(qq'User disconnected using scheme "$name"');