Remove forgotten INP_UNLOCK(inp) in my previous commit.

Reported by: hsu
This commit is contained in:
Pierre Beyssac 2002-12-22 13:04:08 +00:00
parent 84cc83ef95
commit 1ba7727b9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108180

View file

@ -390,7 +390,6 @@ syncache_timer(xslot)
nsc = TAILQ_NEXT(sc, sc_timerq);
syncache_drop(sc, NULL);
tcpstat.tcps_sc_stale++;
INP_UNLOCK(inp);
continue;
}
/*