Bug 210324 - s/->err/->error/

r,a=justdave


git-svn-id: svn://10.0.0.236/trunk@144050 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%acm.org
2003-06-23 08:53:52 +00:00
parent 7009f2219a
commit 8925e5af32

View 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.