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:
Bjoern A. Zeeb 2008-10-04 16:48:09 +00:00
parent 03bc0ffa9a
commit c6ddb94cf2

View File

@ -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) {