]> The Tcpdump Group git mirrors - tcpdump/commitdiff
print-icmp6: remove useless break
authorfxlb <[email protected]>
Wed, 5 Feb 2014 13:42:25 +0000 (14:42 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 5 Feb 2014 13:46:07 +0000 (14:46 +0100)
print-icmp6.c

index ef5128c947d1c0accf7c47ad191fbc11ae762cac..58f498476910c8833ff31d91125555b07cc1a970 100644 (file)
@@ -1614,7 +1614,6 @@ icmp6_nodeinfo_print(netdissect_options *ndo, u_int icmp6len, const u_char *bp,
                        if (i)
                                ND_PRINT((ndo," [%s]", (i & 0x01) ? "C" : ""));
                        break;
-                       break;
                case NI_QTYPE_FQDN:
                        ND_PRINT((ndo,"DNS name"));
                        break;