X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Configuration%2FMachineKeyConfigHandler.cs;fp=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Configuration%2FMachineKeyConfigHandler.cs;h=2f84ee853dec3223deaefee56d523772758951b3;hb=419ac35cf5fc27906206da9747a329a2191e8c25;hp=e3237bf3ceb0af70b99e16cc354f63f163f6b883;hpb=7ca03c1f52da476ae14b66f99289db33aa1da50f;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Configuration/MachineKeyConfigHandler.cs b/mcs/class/System.Web/System.Web.Configuration/MachineKeyConfigHandler.cs index e3237bf3ceb..2f84ee853de 100644 --- a/mcs/class/System.Web/System.Web.Configuration/MachineKeyConfigHandler.cs +++ b/mcs/class/System.Web/System.Web.Configuration/MachineKeyConfigHandler.cs @@ -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; }