Skip to content

Commit

Permalink
temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 committed Mar 23, 2021
1 parent 74fea3b commit bbb5d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/grpc/services/gateway/storageprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1541,9 +1541,9 @@ func (s *svc) listContainer(ctx context.Context, req *provider.ListContainerRequ
return nil, errors.Wrap(err, "gateway: error calling ListContainer")
}
for _, inf := range res.Infos {
if parent := path.Dir(inf.Path); resPath != "" && path.Clean(resPath) != parent {
/*if parent := path.Dir(inf.Path); resPath != "" && path.Clean(resPath) != parent {
continue
}
}*/
infos = append(infos, inf)
}
}
Expand Down

0 comments on commit bbb5d21

Please sign in to comment.