Fix error in build

This commit is contained in:
dev_amdtel 2014-04-15 00:59:48 +04:00
parent 4f8a7d435c
commit 8ec5116a26

View file

@ -973,7 +973,7 @@ namespace WebsitePanel.Import.Enterprise
mailEnabledPublicFolder,
mailboxManagerActions,
samAccountName,
CryptoUtils.Encrypt(accountPassword), 0, string.Empty);
CryptoUtils.Encrypt(accountPassword), 0, -1, string.Empty);
}
}
}