From 8ec5116a26cca8e039b5383e14c294e0ad28c3bc Mon Sep 17 00:00:00 2001 From: dev_amdtel Date: Tue, 15 Apr 2014 00:59:48 +0400 Subject: [PATCH] Fix error in build --- .../WebsitePanel.Import.Enterprise/OrganizationImporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/OrganizationImporter.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/OrganizationImporter.cs index 3d1fae4b..6ba3437a 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/OrganizationImporter.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/OrganizationImporter.cs @@ -973,7 +973,7 @@ namespace WebsitePanel.Import.Enterprise mailEnabledPublicFolder, mailboxManagerActions, samAccountName, - CryptoUtils.Encrypt(accountPassword), 0, string.Empty); + CryptoUtils.Encrypt(accountPassword), 0, -1, string.Empty); } } }