]> The Tcpdump Group git mirrors - libpcap/commit
Get rid of obsolete variable.
authorGisle Vanem <[email protected]>
Mon, 7 Mar 2016 07:52:54 +0000 (23:52 -0800)
committerGuy Harris <[email protected]>
Mon, 7 Mar 2016 07:52:54 +0000 (23:52 -0800)
commit6077117e557c2eb926f070c0d4851d24e557b3bc
treefc31f7ad2ccad806a2670808367e992c72f82fb6
parent27593e4b8d1debe7046a383fa3e43fd35fa27119
Get rid of obsolete variable.

We should be copying to the object pointed to by the argument, so we
shouldn't shadow that argument with a variable.  We *used* to copy to
that variable, but we're not doing so now.
nametoaddr.c