X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2a85a1bba4c2e63094a259c5d0ed397f234ba5f3..11f73ad248fa22461ca040baa8dc94b864509efa:/print-juniper.c diff --git a/print-juniper.c b/print-juniper.c index 9eafd515..94151c81 100644 --- a/print-juniper.c +++ b/print-juniper.c @@ -1032,10 +1032,8 @@ juniper_ppp_heuristic_guess(netdissect_options *ndo, case PPP_PAP : case PPP_CHAP : case PPP_ML : -#ifdef INET6 case PPP_IPV6 : case PPP_IPV6CP : -#endif ppp_print(ndo, p, length); break;