From 8925e5af32ef7494a0067a0e47f7e987f0b2a65c Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" Date: Mon, 23 Jun 2003 08:53:52 +0000 Subject: [PATCH] Bug 210324 - s/->err/->error/ r,a=justdave git-svn-id: svn://10.0.0.236/trunk@144050 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/Auth/LDAP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/Auth/LDAP.pm b/mozilla/webtools/bugzilla/Bugzilla/Auth/LDAP.pm index 8d2f03fbcb2..179b5a2c588 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Auth/LDAP.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Auth/LDAP.pm @@ -78,7 +78,7 @@ sub authenticate { if($mesg->code) { return (AUTH_ERROR, undef, "connect_failed", - { errstr => $mesg->err }); + { errstr => $mesg->error }); } # We've got our anonymous bind; let's look up this user.