K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-10-14T11:49:25.000000Z K 7 svn:log V 401 Merge udp_usrreq.c:1.167 from HEAD to RELENG_5: date: 2004/10/12 20:03:56; author: rwatson; state: Exp; lines: +3 -3 Don't release the udbinfo lock until after the last use of UDP inpcb in udp_input(), since the udbinfo lock is used to prevent removal of the inpcb while in use (i.e., as a form of reference count) in the in-bound path. RELENG_5 candidate. Approved by: re (scottl) END