Skip to content

Commit

Permalink
put into comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Oct 1, 2014
1 parent efc4dc8 commit d297c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/lan_auto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def main
# read settings from installation
# But do not overwrite firewall settings which are
# defined in autoinst.xml. (bnc#897129)
Lan.Read(:cache, read_firewall_settings = false)
Lan.Read(:cache, false) #read_firewall_settings = false
# export settings into AY map
@from_system = Lan.Export
@dns = Ops.get_map(@from_system, "dns", {})
Expand Down

0 comments on commit d297c0c

Please sign in to comment.