K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2015-04-03T17:18:05.813771Z K 7 svn:log V 281 MFC r278530: When catopen(3) returns an error, it caches the result of that error from r202992. The refcount on the cache entry is not initialized, so any attempt to clean the cache will skip over this item since it likely has a >0 value. This change is currently a NOP. END