* #28351: daemon: rename iter to item for range-based for loops
"item" correctly reflects that in these loops, the object in question is not an iterator but a reference to the actual object in the collection.
"item" correctly reflects that in these loops, the object in question is not an iterator but a reference to the actual object in the collection.