Skip to content

Commit

Permalink
Fix a minor documentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed May 3, 2019
1 parent 4597559 commit 1dcfbfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/y2network/config_writer/sysconfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ def routes_file_for(iface)

# Updates the DNS configuration
#
# @param dns [Y2Network::DNS] Current DNS configuration
# @param old_dns [Y2Network::DNS] Old DNS configuration; nil if it is unknown
# @param config [Y2Network::Config] Current DNS configuration
# @param old_config [Y2Network::Config,nil] Old DNS configuration; nil if it is unknown
def write_dns_settings(config, old_config)
old_dns = old_config.dns if old_config
writer = Y2Network::ConfigWriter::SysconfigDNS.new
Expand Down

0 comments on commit 1dcfbfb

Please sign in to comment.