We can replace a switch if it has a bad nic.

This commit is contained in:
2018-03-24 09:04:37 -05:00
parent 762ff62a32
commit 10ef0a426f
2 changed files with 17 additions and 2 deletions

View File

@ -1986,6 +1986,10 @@ namespace EduNetworkBuilder
{
one.SetDone();
}
if (one.sHost == source && one.TheTest == NetTestType.DeviceNICSprays)
{
one.SetDone();
}
}
}