diff options
Diffstat (limited to 'utils/rds-ctl/rds-ctl.cpp')
-rw-r--r-- | utils/rds-ctl/rds-ctl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rds-ctl/rds-ctl.cpp b/utils/rds-ctl/rds-ctl.cpp index e69a498d..12ec8bae 100644 --- a/utils/rds-ctl/rds-ctl.cpp +++ b/utils/rds-ctl/rds-ctl.cpp @@ -346,7 +346,7 @@ static dev_vec list_devices() /* Iterate through all devices, and remove all non-accessible devices * and all devices that don't offer the RDS_BLOCK_IO capability */ - for (dev_vec::iterator iter = files.begin(); + for (auto iter = files.begin(); iter != files.end();) { int fd = open(iter->c_str(), O_RDONLY | O_NONBLOCK); std::string bus_info; |