]> The Tcpdump Group git mirrors - tcpdump/commitdiff
RADIUS: Remove a now unused label 'trunc'
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 27 Mar 2019 13:15:15 +0000 (14:15 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 27 Mar 2019 13:15:15 +0000 (14:15 +0100)
print-radius.c

index 6465d7b71077bee82d64efa2fddbadd53ac444aa..5136eef1504b5d024f6dbd548f7d1d9a2c6a312f 100644 (file)
@@ -1057,9 +1057,6 @@ print_attr_vector64(netdissect_options *ndo,
    ND_PRINT("]");
 
    return;
-
-   trunc:
-     nd_print_trunc(ndo);
 }
 
 /***********************************/