Skip to content

Commit

Permalink
Do not print next header type twice
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStiefvater committed Jul 14, 2020
1 parent f6a683e commit 09ec0a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nasl/nasl_packet_forgery_v6.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ dump_ipv6_packet (lex_ctxt *lexic)
printf ("\tip6_tc: %d\n", (ntohl (ip6->ip6_flow) >> 20) & 0xff);
printf ("\tip6_fl: %d\n", ntohl (ip6->ip6_flow) & 0x3ffff);
printf ("\tip6_plen: %d\n", UNFIX (ip6->ip6_plen));
printf ("\tip6_nxt : %d\n", ip6->ip6_nxt);
printf ("\tip6_hlim : %d\n", ip6->ip6_hlim);
switch (ip6->ip6_nxt)
{
Expand Down

0 comments on commit 09ec0a8

Please sign in to comment.