Ver Fonte

fix typo of last commit.

svn path=/trunk/mcs/; revision=106408
Roei Erez há 17 anos atrás
pai
commit
b5ce19df86
1 ficheiros alterados com 2 adições e 2 exclusões
  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