|
|
@ -34,8 +34,8 @@ _readdir(const Branches::Ptr &branches_, |
|
|
for(size_t i = 0; i < branches_->size(); i++) |
|
|
for(size_t i = 0; i < branches_->size(); i++) |
|
|
for(const auto &branch : *branches_) |
|
|
for(const auto &branch : *branches_) |
|
|
{ |
|
|
{ |
|
|
const auto &branch = *(branches_)[i]; |
|
|
|
|
|
const auto fd = fds_[i]; |
|
|
const auto fd = fds_[i]; |
|
|
|
|
|
const auto &branch = *(branches_)[i]; |
|
|
|
|
|
|
|
|
if(fd < 0) |
|
|
if(fd < 0) |
|
|
continue; |
|
|
continue; |
|
|
|