]> The Tcpdump Group git mirrors - tcpdump/commit
RESP: Remove some redundant checks.
authorGuy Harris <[email protected]>
Wed, 15 Feb 2017 21:22:41 +0000 (13:22 -0800)
committerDenis Ovsienko <[email protected]>
Wed, 13 Sep 2017 11:25:44 +0000 (12:25 +0100)
commita4bcef4c86ffa85cdbd3e27af76cfafb6b673b50
tree658b3bff1153aeb6681ef0ab0449eb9eda04cac8
parentc7c515ee03c285cc51376328de4ae9d549e501a5
RESP: Remove some redundant checks.

Before we break out of the loop, we've already checked for those
conditions.  No need to check for them again.

This fixes Coverity CIDs 1400553 and 1400554.
print-resp.c