Skip to content

Commit

Permalink
Remove FillDefaults to keep hypervisor parsed settings
Browse files Browse the repository at this point in the history
  • Loading branch information
i-hate-nicknames committed Nov 5, 2020
1 parent 6194316 commit a7ded85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/visor/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,6 @@ func initHypervisor(v *Visor) bool {
conf.SK = v.conf.SK
conf.DmsgDiscovery = v.conf.Dmsg.Discovery

conf.FillDefaults(false)

// Prepare hypervisor.
hv, err := New(conf, assets, v, v.net.Dmsg())
if err != nil {
Expand Down

0 comments on commit a7ded85

Please sign in to comment.