From: bbaetz%acm.org <> Date: Mon, 23 Jun 2003 15:53:52 +0000 (+0000) Subject: Bug 210324 - s/->err/->error/ X-Git-Tag: bugzilla-2.17.5~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da012f1026019ade284e4d08c63f9d39993777f;p=thirdparty%2Fbugzilla.git Bug 210324 - s/->err/->error/ r,a=justdave --- diff --git a/Bugzilla/Auth/LDAP.pm b/Bugzilla/Auth/LDAP.pm index 8d2f03fbcb..179b5a2c58 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.