diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/WebObjectsModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/WebObjectsModuleService.cs index cf2cb315..88f5a476 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/WebObjectsModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/WebObjectsModuleService.cs @@ -717,6 +717,7 @@ namespace WebsitePanel.Providers.Web.Iis.WebObjects catch (Exception) { //there is no zoo + throw; } } // @@ -730,16 +731,6 @@ namespace WebsitePanel.Providers.Web.Iis.WebObjects UInt64 hwidhi = ((UInt64) hwidlow) << 32; - //try - //{ - // hwid = GetVolumeSerial(); - //} - //catch (Exception) - //{ - // hwid = 0x27356246; //magic - //} - - UInt64 secret = (ulong) DateTime.Now.ToFileTime(); UInt64 hw = hwidhi | hwidlow;