Skip to content

Commit

Permalink
fix OS X compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Dec 20, 2015
1 parent 10f3e50 commit be2d509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fragroute/mod_print.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ _print_ip6(u_char *p, int length)
default:
printf("%s > %s:", ip6_ntoa(&ip6->ip6_src),
ip6_ntoa(&ip6->ip6_dst));
printf(" ip-proto-%hhu ttl %hhu payload len %hu", ip6->ip6_nxt,
printf(" ip-proto-%hhu ttl %hhu payload len %d", ip6->ip6_nxt,
ip6->ip6_hlim, plen);
break;
}
Expand Down

0 comments on commit be2d509

Please sign in to comment.