From 9da012f1026019ade284e4d08c63f9d39993777f Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Mon, 23 Jun 2003 15:53:52 +0000 Subject: Bug 210324 - s/->err/->error/ r,a=justdave --- Bugzilla/Auth/LDAP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Auth/LDAP.pm b/Bugzilla/Auth/LDAP.pm index 8d2f03fbc..179b5a2c5 100644 --- a/Bugzilla/Auth/LDAP.pm +++ b/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. -- cgit v1.2.3-24-g4f1b