Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.c
when transitioning from so_cred to inp_cred. MFC after: 6 weeks
This commit is contained in:
parent
03bc0ffa9a
commit
c6ddb94cf2
@ -303,7 +303,6 @@ rip_input(struct mbuf *m, int off)
|
||||
if (jailed(inp->inp_cred) &&
|
||||
(htonl(prison_getip(inp->inp_cred)) !=
|
||||
ip->ip_dst.s_addr)) {
|
||||
INP_RUNLOCK(inp);
|
||||
continue;
|
||||
}
|
||||
if (last) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user