diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2003-11-17 19:21:53 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2003-11-17 19:21:53 +0000 |
| commit | 8c8268cb4fda34fb1c851c7fbc910a1bb708770c (patch) | |
| tree | a5c7741fd92b6a9a9c69a0c09399ae16a2d8d4cd | |
| parent | 68025aeb6a082b51abb22489ee8c57ee01305f36 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/raw_ip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index 1c861f4340c3..8e02e41923da 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -604,6 +604,8 @@ rip_abort(struct socket *so) soisdisconnected(so); if (so->so_state & SS_NOFDREF) rip_pcbdetach(so, inp); + else + INP_UNLOCK(inp); INP_INFO_WUNLOCK(&ripcbinfo); return 0; } |
