]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 210324 - s/->err/->error/
authorbbaetz%acm.org <>
Mon, 23 Jun 2003 15:53:52 +0000 (15:53 +0000)
committerbbaetz%acm.org <>
Mon, 23 Jun 2003 15:53:52 +0000 (15:53 +0000)
r,a=justdave

Bugzilla/Auth/LDAP.pm

index 8d2f03fbcb2ad21a254a0aa65aa8b805b1f5458c..179b5a2c588dc9174beeb4ddd175b31476652a04 100644 (file)
@@ -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.