Skip to content

Commit

Permalink
Merge pull request #594 from i-hate-nicknames/fix/overwriting-hypervi…
Browse files Browse the repository at this point in the history
…sor-settings

Remove FillDefaults to keep hypervisor parsed settings
  • Loading branch information
jdknives authored Nov 7, 2020
2 parents 6194316 + a7ded85 commit 4e37c14
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 4e37c14

Please sign in to comment.