diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-15 15:39:55 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-15 15:40:10 +0200 |
commit | c995e07d302d79c1517554ec3cb2ed2d63b3396b (patch) | |
tree | 54ae54e1e4977d477d05228c7789ae737dac3b25 /print-ip6.c | |
parent | 433ad67ea6d23eb2321509ae327212a07dc63813 (diff) | |
download | tcpdump-c995e07d302d79c1517554ec3cb2ed2d63b3396b.tar.gz |
IPv6: Fix indentation
[skip ci]
Diffstat (limited to 'print-ip6.c')
-rw-r--r-- | print-ip6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-ip6.c b/print-ip6.c index 6fef7ba9..1e09274b 100644 --- a/print-ip6.c +++ b/print-ip6.c @@ -469,7 +469,7 @@ ip6_print(netdissect_options *ndo, const u_char *bp, u_int length) } } ip_demux_print(ndo, cp, len, 6, fragmented, - GET_U_1(ip6->ip6_hlim), nh, bp); + GET_U_1(ip6->ip6_hlim), nh, bp); nd_pop_packet_info(ndo); return; } |