fix ifdef
authorJb Evain <jbevain@gmail.com>
Mon, 19 Oct 2009 09:07:17 +0000 (09:07 -0000)
committerJb Evain <jbevain@gmail.com>
Mon, 19 Oct 2009 09:07:17 +0000 (09:07 -0000)
svn path=/trunk/mcs/; revision=144357

mcs/class/System.Web.Services/System.Web.Services.Protocols/ServerType.cs

index ca8f26be9d383ad1beaf1a3bb73af6d975ed472c..f9600c65109ba185f30fba0aa5d3cd6206309395 100644 (file)
@@ -234,8 +234,8 @@ namespace System.Web.Services.Protocols
                                                httpPostProtocol.Initialize ();
                                        }
                                        return httpPostProtocol;
-                               }
 #endif
+                               }
                                throw new InvalidOperationException ("Protocol " + protocolName + " not supported");
                        }
                }