]> The Tcpdump Group git mirrors - tcpdump/commit
Merge pull request #576 from hhktony/cleanup
authorGuy Harris <[email protected]>
Sat, 10 Dec 2016 19:01:31 +0000 (11:01 -0800)
committerGitHub <[email protected]>
Sat, 10 Dec 2016 19:01:31 +0000 (11:01 -0800)
commit514f392197de852cf278ce1508d5d327805ba6a0
tree1cf6d48cfb3dd18df4b3c7ae25a18b81941b0466
parent3976b4067c496bf310dbcff0b16908546bf8e3ff
parenteff98c50c682a5f40c4bdc0f4ce58df3af52cf43
Merge pull request #576 from hhktony/cleanup

Remove unnecessary test.

The switch statement switches on the value being tested, and (implicitly) does nothing if the value is 0, so it already handles that case.