From: Francois-Xavier Le Bail Date: Fri, 25 May 2018 09:38:54 +0000 (+0200) Subject: Bluetooth: Add a missing return X-Git-Tag: tcpdump-4.99-bp~1154 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/2897a032d0944cf5e36e47ce16e1b2ddab0916f4 Bluetooth: Add a missing return --- diff --git a/print-bt.c b/print-bt.c index 93b7c5ff..411642b4 100644 --- a/print-bt.c +++ b/print-bt.c @@ -66,6 +66,7 @@ bt_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char * if (!ndo->ndo_suppress_default_print) ND_DEFAULTPRINT(p, caplen); + return (BT_HDRLEN); trunc: nd_print_trunc(ndo);