From 34156077d9c421ebe47dffcf5b51f52ef1935b7b Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 4 Nov 2012 11:11:48 +0000 Subject: [PATCH] windows: don't set PLINK_PROTOCOL anymore. #1047 --- SparkleShare/Windows/SparkleController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SparkleShare/Windows/SparkleController.cs b/SparkleShare/Windows/SparkleController.cs index 749b9c06..1483ce43 100644 --- a/SparkleShare/Windows/SparkleController.cs +++ b/SparkleShare/Windows/SparkleController.cs @@ -62,7 +62,6 @@ namespace SparkleShare { Environment.ExpandEnvironmentVariables ("%PATH%"); Environment.SetEnvironmentVariable ("PATH", new_PATH); - Environment.SetEnvironmentVariable ("PLINK_PROTOCOL", "ssh"); Environment.SetEnvironmentVariable ("HOME", Environment.GetFolderPath (Environment.SpecialFolder.UserProfile)); StartSSH ();