|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.51, 1999/08/09 10:55:29 | version 1.52, 1999/09/13 12:15:55 | ||
|---|---|---|---|
|
|
||
| inp->inp_ip.ip_ttl = ip_defttl; | inp->inp_ip.ip_ttl = ip_defttl; | ||
| #ifdef IPSEC | #ifdef IPSEC | ||
| inp = (struct inpcb *)so->so_pcb; | inp = (struct inpcb *)so->so_pcb; | ||
| error = ipsec_init_policy(&inp->inp_sp); | if ((error = ipsec_init_policy(&inp->inp_sp)) != 0) | ||
| in_pcbdetach(inp); | |||
| #endif /*IPSEC*/ | #endif /*IPSEC*/ | ||
| break; | break; | ||