Commit 9da012f1 authored by bbaetz%acm.org's avatar bbaetz%acm.org

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

r,a=justdave
parent 7bd0d001
...@@ -78,7 +78,7 @@ sub authenticate { ...@@ -78,7 +78,7 @@ sub authenticate {
if($mesg->code) { if($mesg->code) {
return (AUTH_ERROR, undef, return (AUTH_ERROR, undef,
"connect_failed", "connect_failed",
{ errstr => $mesg->err }); { errstr => $mesg->error });
} }
# We've got our anonymous bind; let's look up this user. # We've got our anonymous bind; let's look up this user.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment