]> The Tcpdump Group git mirrors - tcpdump/commit
Don't collide with strlen().
authorGuy Harris <[email protected]>
Mon, 31 Aug 2015 23:15:32 +0000 (16:15 -0700)
committerGuy Harris <[email protected]>
Mon, 31 Aug 2015 23:15:32 +0000 (16:15 -0700)
commit78e54a7e896171e2de1267400d377b30307f4575
tree92f7de304a87e6d34e4a0025ff14daeca7a26c77
parent353fdee6a2c9bf2ecc9eb13aed247630373bfff9
Don't collide with strlen().

strlen() is a standard C function, so don't use its name for a variable.
print-bgp.c