diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-12-10 13:24:38 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-12-10 13:24:38 +0000 |
| commit | cd416355a8bbeeb33da17076b162e8a3108eebde (patch) | |
| tree | 82e9a3161655aa103a4e53226730bd56df808423 /sys | |
| parent | 5d045651013e47d409be94a0ac6d8f3c73549b82 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet/in_pcb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index ed4f88f081f6..70f217a9128c 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -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) { |
