Flush
authorMiguel de Icaza <miguel@gnome.org>
Fri, 16 Jul 2010 15:17:38 +0000 (15:17 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 16 Jul 2010 15:17:38 +0000 (15:17 -0000)
svn path=/trunk/mcs/; revision=160487

mcs/class/System/System.Net/IPAddress.cs

index 1a5d37ed5765761b5f2b0c71ef4e160c6439cb60..121b29ccf8841db185c3018abd980c4cf2b9691e 100644 (file)
@@ -254,7 +254,7 @@ namespace System.Net {
                                long a = 0;
                                long val = 0;
                                for (int i = 0; i < ips.Length; i++) {
-                                       string subnet = ips [i];
+                                       string subnet = ips [i];
                                        if ((3 <= subnet.Length && subnet.Length <= 4) &&
                                            (subnet [0] == '0') && (subnet [1] == 'x' || subnet [1] == 'X')) {
                                                if (subnet.Length == 3)