K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-11-11T16:36:20.000000Z K 7 svn:log V 454 Correct an assertion in the code to traverse the list of locks to find an earlier acquired lock with the same witness as the lock currently being acquired. If we had released several earlier acquired locks after acquiring enough locks to require another lock_list_entry bucket in the lock list, then subsequent lock_list_entry buckets could contain only one lock instance in which case i would be zero. Reported by: Joel M. Baldwin END