Change to device is frozen instead of device is bad. I got mixed up in my notes. One of the other future things I wanted to add will have us replace the device, but this fix is not that one.
This commit is contained in:
@ -1693,7 +1693,7 @@ namespace EduNetworkBuilder
|
||||
{
|
||||
foreach(NetTest one in NetTests)
|
||||
{
|
||||
if(one.sHost == source && one.TheTest == NetTestType.DeviceIsBad)
|
||||
if(one.sHost == source && one.TheTest == NetTestType.DeviceIsFrozen)
|
||||
{
|
||||
one.SetDone();
|
||||
}
|
||||
|
Reference in New Issue
Block a user