Skip to content

Commit

Permalink
Update src/include/network/services/dns.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: Knut Alejandro Anderssen González <kanderssen@suse.de>
  • Loading branch information
mchf and teclator committed Feb 18, 2020
1 parent 6574279 commit 96961aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/network/services/dns.rb
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def HandleResolverData(key, _event)
# Validator for hostname, no_popup
# @param key [String] the widget being validated
# @param _event [Hash] the event being handled
# @return whether valid
# @return [Boolean] whether the current static hostname is valid or not
def ValidateHostname(key, _event)
value = UI.QueryWidget(Id(key), :Value).to_s

Expand Down

0 comments on commit 96961aa

Please sign in to comment.