Skip to content

Commit

Permalink
supervisor: create new govmomi client on ReloadConfiguration for list…
Browse files Browse the repository at this point in the history
  • Loading branch information
adikul30 authored Aug 22, 2023
1 parent e631444 commit fd90cde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/common/cns-lib/volume/listview.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ func (l *ListViewImpl) isClientValid() error {
// authenticated or timed out.
if userSession, err := sessionMgr.UserSession(l.ctx); err != nil {
log.Errorf("failed to obtain user session with err: %v", err)
return err
} else if userSession != nil {
return nil
}
Expand Down

0 comments on commit fd90cde

Please sign in to comment.