Pass connectionPoolTimeout to __RetrieveContent in __Login
This commit is contained in:
parent
f579982fc9
commit
3e79ae30c0
@ -375,7 +375,7 @@ def __Login(host, port, user, pwd, service, adapter, version, path,
|
||||
"""
|
||||
|
||||
content, si, stub = __RetrieveContent(host, port, adapter, version, path,
|
||||
keyFile, certFile, thumbprint, sslContext)
|
||||
keyFile, certFile, thumbprint, sslContext, connectionPoolTimeout)
|
||||
|
||||
# Get a ticket if we're connecting to localhost and password is not specified
|
||||
if host == 'localhost' and not pwd:
|
||||
|
Loading…
x
Reference in New Issue
Block a user