commit | 0420a9324f39c887029a293212f81231b4278b88 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Oct 30 19:53:16 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Nov 06 18:58:45 2018 +0000 |
tree | c4ad3fa6707ddf2b82f8996c8e6c3ba47fda92fa | |
parent | 33bfe76177df0b91a33b75bc33759977ba55ff5c [diff] |
control/zone: Use const references when iterating We don't want to copy the object out of the container we are iterating over. Tested: Built and run through unit tests. Change-Id: I68b041f98e1c6a6a9dbc59448b629e1d22ba62c9 Signed-off-by: William A. Kennington III <wak@google.com>