diff options
author | Doug Hogan <doug@cvs.openbsd.org> | 2015-07-20 23:15:29 +0000 |
---|---|---|
committer | Doug Hogan <doug@cvs.openbsd.org> | 2015-07-20 23:15:29 +0000 |
commit | e9802d3090cd41b49b68a2dc6fff1da11b5f4b89 (patch) | |
tree | 37266b8b5dcd0923b071091bb525b3f25c16ed0e /sys/net/if_pflow.c | |
parent | c969560c0b5b2154cb74bb2c342f02cdc8c522ed (diff) |
Correct #if/else logic in BIO's dgram_ctrl.
Coverity issue 72741 noticed that ret is being overwritten before use.
The actual issue is that the #if/else logic is guarding the wrong
lines. Besides impacting ret, this also made the case's break logic
wrong because it was in the wrong location.
ok bcook@ beck@
Diffstat (limited to 'sys/net/if_pflow.c')
0 files changed, 0 insertions, 0 deletions