The variable swapping between inp, newinp and oldinpcb in syn_cache_get()
authorbluhm <bluhm@openbsd.org>
Mon, 27 Jun 2016 12:25:27 +0000 (12:25 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 27 Jun 2016 12:25:27 +0000 (12:25 +0000)
commit3de4c66a28621a05b46c9c6f843828c67a9ecf0d
tree296087fc0141635a6e167ba35a917d4151d56c32
parent42c54c9327807542929cf59cc0ea5f20a7941985
The variable swapping between inp, newinp and oldinpcb in syn_cache_get()
was overly complicated.  Simplify the code without functional change.
OK jca@
sys/netinet/tcp_input.c