diff options
author | mkanat%kerio.com <> | 2005-03-05 08:18:47 +0000 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-03-05 08:18:47 +0000 |
commit | ec610fd673feb6d6e18d121b5e67aa3f87e7f4ea (patch) | |
tree | b1d6fe9b10b89a30e2b1932d050d5678362f638a /Bugzilla/Auth/Login | |
parent | e4b8b770b0229a0761a3ef5116c7fcad4e5352d5 (diff) | |
download | bugs-ec610fd673feb6d6e18d121b5e67aa3f87e7f4ea.tar bugs-ec610fd673feb6d6e18d121b5e67aa3f87e7f4ea.tar.gz bugs-ec610fd673feb6d6e18d121b5e67aa3f87e7f4ea.tar.bz2 bugs-ec610fd673feb6d6e18d121b5e67aa3f87e7f4ea.tar.xz bugs-ec610fd673feb6d6e18d121b5e67aa3f87e7f4ea.zip |
Bug 277782: _throw_error should unlock tables when tables are locked, automatically
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
Diffstat (limited to 'Bugzilla/Auth/Login')
-rw-r--r-- | Bugzilla/Auth/Login/WWW/CGI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Auth/Login/WWW/CGI.pm b/Bugzilla/Auth/Login/WWW/CGI.pm index 42e454f86..47c2b92b7 100644 --- a/Bugzilla/Auth/Login/WWW/CGI.pm +++ b/Bugzilla/Auth/Login/WWW/CGI.pm @@ -184,7 +184,7 @@ sub login { # If we get here, then we've run out of options, which shouldn't happen ThrowCodeError("authres_unhandled", { authres => $authres, - type => $type, }); + type => $type }); } # This auth style allows the user to log out. |