]> The Tcpdump Group git mirrors - tcpdump/commit
Clean up signed vs. unsigned, add initializations to squelch complaints.
authorGuy Harris <[email protected]>
Sat, 23 Dec 2017 22:58:28 +0000 (14:58 -0800)
committerGuy Harris <[email protected]>
Sun, 24 Dec 2017 21:42:42 +0000 (13:42 -0800)
commited466dcc5ac3f5762d2e318ab46eb63b3cd93470
tree391545fdddf6aeb29e2f837996951d4425279bc9
parent030d9abf2fb66273749c5fe92456bfab118a56fe
Clean up signed vs. unsigned, add initializations to squelch complaints.

Some compilers don't figure out that path_id is always set if add_path*
is "true".  Explicitly initialize it to eliminate complaints from those
compilers.
print-bgp.c