Просмотр исходного кода

fix typo of last commit.

svn path=/trunk/mcs/; revision=106408
Roei Erez 17 лет назад
Родитель
Сommit
b5ce19df86
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      mcs/class/System/System.Net/ServicePointManager.cs

+ 2 - 2
mcs/class/System/System.Net/ServicePointManager.cs

@@ -72,9 +72,9 @@ namespace System.Net
 
 #if NET_1_1
 #if TARGET_JVM
-		static bool expectContinue = true;
-#else
 		static bool expectContinue = false;
+#else
+		static bool expectContinue = true;
 #endif
 		static bool useNagle;
 #endif