From bde070bdfcddb54a716ab7a1d09c648dc7ec7c7f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Oct 2015 13:35:25 +0000 Subject: [PATCH] blinding: Remove handling of REDIRECT-LOGOUT Nothing sets $kind to REDIRECT-LOGOUT. Signed-off-by: Ian Jackson --- cgi-auth-flexible.pm | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.30.2