We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bd985 commit 3455b30Copy full SHA for 3455b30
lib/net/ldap.rb
@@ -712,7 +712,7 @@ def open
712
begin
713
@open_connection = new_connection
714
payload[:connection] = @open_connection
715
- payload[:bind] = @result = @open_connection.bind(@auth)
+ payload[:bind] = @open_connection.bind(@auth)
716
yield self
717
ensure
718
@open_connection.close if @open_connection
0 commit comments