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

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;
}
/*