mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37233 from rallytime/bp-37154
Back-port #37154 to 2016.3
This commit is contained in:
commit
3c94315d35
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ def unjoin_domain(username=None,
|
|||
if username and password is None:
|
||||
return 'Must specify a password if you pass a username'
|
||||
|
||||
NETSETUP_ACCT_DELETE = 0x2
|
||||
NETSETUP_ACCT_DELETE = 0x4 # pylint: disable=invalid-name
|
||||
|
||||
unjoin_options = 0x0
|
||||
if disable:
|
||||
|
|
Loading…
Add table
Reference in a new issue