Merge pull request #3 from dulanov/master

Incorrect response with return_result=false in Net::LDAP.search
master
Rory O'Connell 2011-05-29 13:54:56 -07:00
commit 7dd6c3a107
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