]> The Tcpdump Group git mirrors - tcpdump/commit
Discard result of fn_printn() calls.
authorGuy Harris <[email protected]>
Tue, 17 Jan 2017 09:01:46 +0000 (01:01 -0800)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 18 Jan 2017 08:16:42 +0000 (09:16 +0100)
commit40185ca67a7ff45f76985ffd5bce0f168977546c
treedc475dd117d55b023128fdb99b74a1ac146628fe
parent77b9208db08be891fa2f63c40c249b3b641dcc03
Discard result of fn_printn() calls.

We've already done checks to see whether we'll run past the end of the
packet, so there's no need to see whether fn_printn() did so.

Squelches some Coverity complaints.
print-dhcp6.c
print-lldp.c