K 10 svn:author V 5 peter K 8 svn:date V 27 2002-08-23T22:43:28.000000Z K 7 svn:log V 359 Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise in some circumstances when we get a select collision, we can end up with cases where we do not clear some sip->si_thread on the way out, leading to page faults in selwakeup(). This should solve the problem where postfix can crash the kernel during select collisions. Reviewed by: alfred END