code cleanup
This commit is contained in:
parent
7ceccd4c10
commit
b94f63db56
1 changed files with 1 additions and 10 deletions
|
@ -717,6 +717,7 @@ namespace WebsitePanel.Providers.Web.Iis.WebObjects
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
//there is no zoo
|
//there is no zoo
|
||||||
|
throw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
@ -730,16 +731,6 @@ namespace WebsitePanel.Providers.Web.Iis.WebObjects
|
||||||
UInt64 hwidhi = ((UInt64) hwidlow) << 32;
|
UInt64 hwidhi = ((UInt64) hwidlow) << 32;
|
||||||
|
|
||||||
|
|
||||||
//try
|
|
||||||
//{
|
|
||||||
// hwid = GetVolumeSerial();
|
|
||||||
//}
|
|
||||||
//catch (Exception)
|
|
||||||
//{
|
|
||||||
// hwid = 0x27356246; //magic
|
|
||||||
//}
|
|
||||||
|
|
||||||
|
|
||||||
UInt64 secret = (ulong) DateTime.Now.ToFileTime();
|
UInt64 secret = (ulong) DateTime.Now.ToFileTime();
|
||||||
UInt64 hw = hwidhi | hwidlow;
|
UInt64 hw = hwidhi | hwidlow;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue