fix incorrect respone with return_result=false
This commit is contained in:
parent
028cdeebbd
commit
c9bd8b4b3d
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ class Net::LDAP
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@result == 0 and result_set
|
result_set || @result == 0
|
||||||
end
|
end
|
||||||
|
|
||||||
# #bind connects to an LDAP server and requests authentication based on
|
# #bind connects to an LDAP server and requests authentication based on
|
||||||
|
|
Loading…
Reference in a new issue