Commit 7aca6339 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 748095: Bugzilla crashes when the shutdownhtml parameter is set and using a…

Bug 748095: Bugzilla crashes when the shutdownhtml parameter is set and using a non-cookie based authentication method r=dkl a=justdave
parent 63cb178c
...@@ -104,7 +104,7 @@ sub logout { ...@@ -104,7 +104,7 @@ sub logout {
$login_cookie = $cookie->value; $login_cookie = $cookie->value;
} }
else { else {
$login_cookie = $cgi->cookie("Bugzilla_logincookie"); $login_cookie = $cgi->cookie("Bugzilla_logincookie") || '';
} }
trick_taint($login_cookie); trick_taint($login_cookie);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment