]> The Tcpdump Group git mirrors - tcpdump/commit
Fix bug introduced by previous change.
authorGuy Harris <[email protected]>
Fri, 2 Feb 2018 00:06:06 +0000 (16:06 -0800)
committerGuy Harris <[email protected]>
Fri, 2 Feb 2018 00:06:06 +0000 (16:06 -0800)
commit784b86ec5fbd9d2c432ffef7b8ed61564fefd2a0
tree40bc1e4cb57a5eb8d4d86f4fe9d6c89a65b12dce
parent6a42fb7011b7ab81f783db7e802ec48d86673a27
Fix bug introduced by previous change.

We aren't post-decrementing the loop index after testing it, we're
decrementing it after the loop body is executed.
print-snmp.c