K 10 svn:author V 2 bz K 8 svn:date V 27 2010-04-21T19:47:19.173571Z K 7 svn:log V 315 MFC r206469: In if_detach_internal() only try to do the detach run if if_attachdomain1() has actually succeeded to initialize and attach. There is a theoretical possibility to drop out early in if_attachdomain1() leaving the array uninitialized if we cannot get the lock. Discussed with: rwatson END