]> The Tcpdump Group git mirrors - tcpdump/commitdiff
DNS: Remove nd_print_invalid() call in truncation case
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 11 Apr 2020 11:19:02 +0000 (13:19 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 11 Apr 2020 13:10:33 +0000 (15:10 +0200)
print-domain.c

index 2950c73cd2a2da00c5062a2b30a2583ecbe79ae3..28c7f2b9a549647012e4a1b751af6c3bc12e97f1 100644 (file)
@@ -428,7 +428,6 @@ eopt_print(netdissect_options *ndo,
     return (cp + data_len);
 
   trunc:
-    nd_print_invalid(ndo);
     return (NULL);
 
 }