Pass connectionPoolTimeout to __RetrieveContent in __Login

This commit is contained in:
Shawn Xiao 2017-01-19 15:38:11 +08:00
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: