2005-07-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.Configuration / MachineKeyConfigHandler.cs
index e3237bf3ceb0af70b99e16cc354f63f163f6b883..2f84ee853dec3223deaefee56d523772758951b3 100644 (file)
@@ -72,7 +72,6 @@ namespace System.Web.Configuration
                        if (section.Attributes != null && section.Attributes.Count != 0)
                                ThrowException ("Unrecognized attribute", section);
 
-                       MachineKeyConfig.MachineKey = config;
                        return config;
                }