]> The Tcpdump Group git mirrors - tcpdump/commit
Get rid of dead code.
authorGuy Harris <[email protected]>
Tue, 16 Jan 2018 03:23:25 +0000 (19:23 -0800)
committerGuy Harris <[email protected]>
Tue, 16 Jan 2018 03:23:25 +0000 (19:23 -0800)
commit77d26b5f883f856674ecd86d13df496320d451f5
tree541e3b8dcb6e0c4939d057ca0e343792a03eecc8
parent1eb819f07174f38eafd573b7d60ff30fdfc64f55
Get rid of dead code.

The loop runs until total_subobj_len is 0, so it'll always be zero if we
exit the loop normally, and the test of whether it's non-zero will
always fail.

Fixes Coverity CID 1427591.
print-rsvp.c