193120d434
with the mutex locked and as this function will call oob_send which will call the lookup again ... we will deadlock as the mutex is already lock. The solution is to release the mutex before going into the subscription. Then of course the logic to remote the item when something went wrong with the subscrition is a little bit more complex. This commit was SVN r7429.