K 10 svn:author V 4 jeff K 8 svn:date V 27 2018-03-10T22:47:26.402066Z K 7 svn:log V 335 More complete fix for the FT iterator problem. When we switch from FT to RR we may revisit the original domain and double count it against the iteration count. We could track the original domain and skip it on the RR pass but this would involve more state and checks. Just bump the count an extra time instead. Reported by: mjg END