K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-04-01T15:04:19.000000Z K 7 svn:log V 337 Socket lock changes associated with the change to solisten() structural changes were mis-merged when brought from HEAD to RELENG_5, as the socket lock was acquired before the protocol locks, rather than after, violating the lock order. This commit synchronizes the lock acquisition with the same code in HEAD. Approved by: re (scottl) END