fix incorrect respone with return_result=false

master
dulanov 2011-05-27 18:24:52 +04:00
parent 028cdeebbd
commit c9bd8b4b3d
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ class Net::LDAP
end
end
@result == 0 and result_set
result_set || @result == 0
end
# #bind connects to an LDAP server and requests authentication based on