mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix: typo's
This commit is contained in:
parent
52d9886620
commit
4e72e2f0a5
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ class ReqServerChannel:
|
|||
# if we clean it, it will not match. Only clean the key if it
|
||||
# is a new style key.
|
||||
if keyFromDisk[-1:] != "\n":
|
||||
keyFromDisk = salt.crypt.clean(orgkey)
|
||||
keyFromDisk = salt.crypt.clean_key(keyFromDisk)
|
||||
|
||||
if keyFromDisk != load["pub"]:
|
||||
log.error(
|
||||
|
|
Loading…
Add table
Reference in a new issue