mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Removed wrong timeout parameter
https://fedorahosted.org/freeipa/ticket/1086 Add Sylvain Baubeau to Contributors.txt
This commit is contained in:
committed by
Rob Crittenden
parent
15e213d025
commit
0832bf5a6a
@@ -156,7 +156,7 @@ class NSSAddressFamilyFallback(object):
|
||||
net_addr.port = port
|
||||
logging.debug("connecting: %s", net_addr)
|
||||
try:
|
||||
self.sock.connect(net_addr, family)
|
||||
self.sock.connect(net_addr)
|
||||
except Exception, e:
|
||||
logging.debug("Could not connect socket to %s, error: %s, retrying..",
|
||||
net_addr, str(e))
|
||||
|
Reference in New Issue
Block a user