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:
2018-02-13 20:34:10 +00:00
parent faf8ed1984
commit 1678207546
6 changed files with 22 additions and 18 deletions

View File

@ -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();
}