Merge pull request #494 from magianxd/master

Pass connectionPoolTimeout to __RetrieveContent in __Login
This commit is contained in:
Tianhao He 2017-01-19 08:21:46 -08:00 committed by GitHub
commit 36291a3775
1 changed files with 1 additions and 1 deletions

View File

@ -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: