]> The Tcpdump Group git mirrors - tcpdump/commit
Avoid collison with error(), clean up code a bit.
authorGuy Harris <[email protected]>
Mon, 31 Aug 2015 23:57:07 +0000 (16:57 -0700)
committerGuy Harris <[email protected]>
Mon, 31 Aug 2015 23:57:07 +0000 (16:57 -0700)
commit486704db7c840dcfb51f70f1812d9c3ad37ad39c
tree971c4d4fe2657d683f59c10dfec7c103ab049550
parent91579fe605d3a11491ba24f8eecc42c15c1f82b3
Avoid collison with error(), clean up code a bit.

Rename the variable to "error_status", as that's what it represents, and
as that doesn't collide with the error() function.  Don't set it and
then not use the resulting value.
print-snmp.c