mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove inconsistent white space from in_pcballoc().
MFC after: pretty soon
This commit is contained in:
parent
5d04565101
commit
cd416355a8
1 changed files with 0 additions and 2 deletions
|
|
@ -212,7 +212,6 @@ in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo)
|
|||
mac_inpcb_create(so, inp);
|
||||
SOCK_UNLOCK(so);
|
||||
#endif
|
||||
|
||||
#ifdef IPSEC
|
||||
error = ipsec_init_policy(so, &inp->inp_sp);
|
||||
if (error != 0) {
|
||||
|
|
@ -239,7 +238,6 @@ in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo)
|
|||
INP_WLOCK(inp);
|
||||
inp->inp_gencnt = ++pcbinfo->ipi_gencnt;
|
||||
inp->inp_refcount = 1; /* Reference from the inpcbinfo */
|
||||
|
||||
#if defined(IPSEC) || defined(MAC)
|
||||
out:
|
||||
if (error != 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue