diff options
-rw-r--r-- | Bugzilla/Auth/LDAP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |