Skip to content

Commit 05afd7c

Browse files
author
matthewmaddern
committed
fix formatting
1 parent ebc50a9 commit 05afd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/ldap/connection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ def self.new(host, port, socket_opts = {})
723723
# socks socket config
724724
TCPSOCKSSocket::socks_port = 1080
725725
TCPSOCKSSocket::socks_server = socks.host
726-
TCPSOCKSSocket::socks_username = socks.user
726+
TCPSOCKSSocket::socks_username = socks.user
727727
TCPSOCKSSocket::socks_password = socks.password
728728

729729
# create and return the socks socket, for ldap queries to be routed through

0 commit comments

Comments
 (0)