Fix broadcast packets

This commit is contained in:
Tim Young 2015-09-06 12:17:32 -05:00
parent 62e3e97c61
commit 657b72f401
1 changed files with 1 additions and 1 deletions

View File

@ -1315,7 +1315,7 @@ namespace EduNetworkBuilder
}
if (tPacket.isFinshed()) return;
if (tPacket.isFinshed() && !BroadcastMatch) return;
NetworkCard dNic = null;
NetworkCard sNic = null;