From 77d3ab338d6b577c0ea5028d3140d76f324243f2 Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Sun, 8 Jun 2014 16:47:58 -0400 Subject: [PATCH] Further Update --- .../BlackBerry5Provider.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs index 52594bbf..57f23a54 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs @@ -124,10 +124,8 @@ namespace WebsitePanel.Providers.HostedSolution //run handheldcleanup.exe if (File.Exists(file2)) { - - string arguments2 = string.Format("-u -p {0} {1}", - MAPIProfile, - " < servername.txt"); + string arguments2 = string.Format("-u -p {0} < servername.txt", + MAPIProfile); try { string output;