The implementation of ipsp_spd_inp() is side effect free. It may
authorbluhm <bluhm@openbsd.org>
Mon, 25 Oct 2021 22:20:47 +0000 (22:20 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 25 Oct 2021 22:20:47 +0000 (22:20 +0000)
commitc4d48ab021c75d4657eea030aa6d7a8df61ddb24
tree929957bf81d8f2844c65bbe2d397c219a20f034c
parentc7732cd3594e2cc46e52c58451dd644e08dbf904
The implementation of ipsp_spd_inp() is side effect free.  It may
set the error output parameter or return a tdb.  Both are ignored
in in_pcbconnect().  Remove the code that does nothing.
OK tobhe@ jca@ mvs@
sys/netinet/in_pcb.c