Fix error in build
This commit is contained in:
parent
4f8a7d435c
commit
8ec5116a26
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ namespace WebsitePanel.Import.Enterprise
|
|||
mailEnabledPublicFolder,
|
||||
mailboxManagerActions,
|
||||
samAccountName,
|
||||
CryptoUtils.Encrypt(accountPassword), 0, string.Empty);
|
||||
CryptoUtils.Encrypt(accountPassword), 0, -1, string.Empty);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue