From: Ian Jackson Date: Sun, 25 Oct 2015 13:35:25 +0000 (+0000) Subject: blinding: Remove handling of REDIRECT-LOGOUT X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=cgi-auth-flexible.git;a=commitdiff_plain;h=bde070bdfcddb54a716ab7a1d09c648dc7ec7c7f blinding: Remove handling of REDIRECT-LOGOUT Nothing sets $kind to REDIRECT-LOGOUT. Signed-off-by: Ian Jackson --- diff --git a/cgi-auth-flexible.pm b/cgi-auth-flexible.pm index 8eeea92..73cc3e5 100644 --- a/cgi-auth-flexible.pm +++ b/cgi-auth-flexible.pm @@ -1102,8 +1102,6 @@ sub check_ok ($) { # for redirects, we honour stored Params and Cookie, # as we would for non-divert if ($kind eq 'REDIRECT-LOGGEDOUT') { - } elsif ($kind eq 'REDIRECT-LOGOUT') { - $params->{$r->{S}{logout_param_names}[0]} = [ 1 ]; } elsif ($kind =~ m/REDIRECT-(?:LOGGEDIN|HTTPS)/) { } else { die;