Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
detect/port: handle range and upper boundary ports
So far, if a port was found to be single which was earlier a part of the range, port + 1 was added to the list to honor the range that it was a part of. But, this is incorrect in case the port is 65535 or if the port was found to be of range when it was earlier a single port. Bug 6896
- Loading branch information