summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/User.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-02-05 01:23:20 +0100
committermkanat%bugzilla.org <>2007-02-05 01:23:20 +0100
commitd26bc5f16b26e6e28d1ce952f7f6fd2c36e88411 (patch)
treeb953958a9f9cfe5d94a09e86696d08469e4e84e1 /Bugzilla/WebService/User.pm
parent5d158911752d6135900efc160569fa2d8afcb076 (diff)
downloadbugzilla-d26bc5f16b26e6e28d1ce952f7f6fd2c36e88411.tar.gz
bugzilla-d26bc5f16b26e6e28d1ce952f7f6fd2c36e88411.tar.xz
Bug 358354: WebService should perform a login in xmlrpc.cgi
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
Diffstat (limited to 'Bugzilla/WebService/User.pm')
-rwxr-xr-xBugzilla/WebService/User.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm
index 74e8f8e03..db02ff75a 100755
--- a/Bugzilla/WebService/User.pm
+++ b/Bugzilla/WebService/User.pm
@@ -60,10 +60,7 @@ sub login {
sub logout {
my $self = shift;
-
- Bugzilla->login(LOGIN_OPTIONAL);
Bugzilla->logout;
-
return undef;
}