mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27072 from rallytime/bp-26840
Back-port #26840 to 2015.8
This commit is contained in:
commit
71c12cbf46
1 changed files with 0 additions and 2 deletions
|
@ -238,8 +238,6 @@ def query(url,
|
|||
if not auth:
|
||||
if username and password:
|
||||
auth = (username, password)
|
||||
else:
|
||||
auth = None
|
||||
|
||||
if agent == USERAGENT:
|
||||
agent = '{0} http.query()'.format(agent)
|
||||
|
|
Loading…
Add table
Reference in a new issue