diff options
author | bbaetz%acm.org <> | 2003-06-23 17:53:52 +0200 |
---|---|---|
committer | bbaetz%acm.org <> | 2003-06-23 17:53:52 +0200 |
commit | 9da012f1026019ade284e4d08c63f9d39993777f (patch) | |
tree | 5ce86656206e3b1945365008428a5c52f775ca34 /Bugzilla | |
parent | 7bd0d001e89b4c27865c1756c7bc4829867d6e58 (diff) | |
download | bugzilla-9da012f1026019ade284e4d08c63f9d39993777f.tar.gz bugzilla-9da012f1026019ade284e4d08c63f9d39993777f.tar.xz |
Bug 210324 - s/->err/->error/
r,a=justdave
Diffstat (limited to 'Bugzilla')
-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. |