mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-24 15:16:40 -06:00
Removed wrong timeout parameter
https://fedorahosted.org/freeipa/ticket/1086 Add Sylvain Baubeau to Contributors.txt
This commit is contained in:
parent
15e213d025
commit
0832bf5a6a
@ -58,6 +58,7 @@ Managment:
|
||||
Karl Wirth
|
||||
|
||||
Past and Occasional Contributors:
|
||||
Sylvain Baubeau
|
||||
Yuri Chornoivan
|
||||
Frank Cusack
|
||||
Don Davis
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user