fix some typos

This commit is contained in:
Christian Schwarz
2020-02-17 17:56:15 +01:00
parent 0882290595
commit 02b3b4f80c
3 changed files with 2 additions and 3 deletions

View File

@ -262,7 +262,6 @@ func (p *Planner) doPlanning(ctx context.Context) ([]*Filesystem, error) {
return nil, err
}
sfss := slfssres.GetFilesystems()
// no progress here since we could run in a live-lock on connectivity issues
rlfssres, err := p.receiver.ListFilesystems(ctx, &pdu.ListFilesystemReq{})
if err != nil {