Skip to content

Commit

Permalink
Added new config storage initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Mar 21, 2019
1 parent ebc3d36 commit 2f4d092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/network/lan/complex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ def ReadDialog
Wizard.RestoreHelp(Ops.get_string(@help, "read", ""))
Lan.AbortFunction = -> { PollAbort() }
ret = Lan.Read(:cache)
# Currently just a smoketest for new config storage - something what should replace Lan module in the bright future
Y2Network::Config.from(:sysconfig)

if Lan.HaveXenBridge
if !Popup.ContinueCancel(
Expand Down

0 comments on commit 2f4d092

Please sign in to comment.