diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-11-26 20:52:26 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-11-26 20:52:26 +0000 |
| commit | 0206cdb8461ff06a42eafe71aa9163523ca3940e (patch) | |
| tree | a118151fdb94beb969e478947db8088a52d8e2e5 /sys/netinet6/raw_ip6.c | |
| parent | 0eec8b9141e851ca08248dd3f28263b75631e56a (diff) | |
Notes
Diffstat (limited to 'sys/netinet6/raw_ip6.c')
| -rw-r--r-- | sys/netinet6/raw_ip6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c index ece033e38bd2..9191f4a0d832 100644 --- a/sys/netinet6/raw_ip6.c +++ b/sys/netinet6/raw_ip6.c @@ -604,7 +604,7 @@ rip6_detach(struct socket *so) INP_INFO_WLOCK(&V_ripcbinfo); INP_WLOCK(inp); free(inp->in6p_icmp6filt, M_PCB); - in6_pcbdetach(inp); + in_pcbdetach(inp); in6_pcbfree(inp); INP_INFO_WUNLOCK(&V_ripcbinfo); } |
