Avoid testing UDP 48002 and UDP 48010 since they are currently unused

This commit is contained in:
Cameron Gutman 2019-04-05 00:39:51 -07:00
parent 204dde8a73
commit dab033ee3b

View File

@ -42,8 +42,13 @@ static struct port_entry {
{IPPROTO_UDP, 47998, true},
{IPPROTO_UDP, 47999, true},
{IPPROTO_UDP, 48000, true},
#if 0
// These are not currently used, so let's
// avoid testing them for now.
{IPPROTO_UDP, 48002, true},
{IPPROTO_UDP, 48010, true}
#endif
};
char logFilePath[MAX_PATH + 1];