]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Put in missing break.
authorMichal Sekletar <[email protected]>
Fri, 14 Oct 2011 03:13:03 +0000 (20:13 -0700)
committerGuy Harris <[email protected]>
Fri, 14 Oct 2011 03:13:51 +0000 (20:13 -0700)
Reviewed-by: Guy Harris <[email protected]>
print-arp.c

index 0ca86cfca087d31c5214d64bcbec32df56a77742..905ef4656003a2c4f88b0ec719dc0cc161dd0be8 100644 (file)
@@ -318,6 +318,7 @@ arp_print(netdissect_options *ndo,
             return;
         case ARPHRD_FRELAY:
             linkaddr = LINKADDR_FRELAY;
+            break;
         default:
             linkaddr = LINKADDR_ETHER;
             break;