Skip to content

Commit

Permalink
Remove unnecesary frame.
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Mar 5, 2018
1 parent 3e4dace commit beb0e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/include/ftp-server/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ def addit_settings
)
), # end of `CheckBoxFrame(`id("SSLEnable"), "Sec&urity Settings", true
VSpacing(1),
Frame(_("SUSEfirewall Settings"), HBox(HSpacing(1), "Firewall")),
Left("Firewall"),
VStretch()
)
)
Expand Down
2 changes: 1 addition & 1 deletion src/modules/FtpServer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def WriteFirewallSettings
begin
return Y2Firewall::Firewalld::Service.modify_ports(name: service, tcp_ports: tcp_ports)
rescue Y2Firewall::Firewalld::Service::NotFound
y2error("Firewalld 'cluster' service is not available.")
y2error("Firewalld 'vsftpd' service is not available.")
return false
end
end
Expand Down

0 comments on commit beb0e2b

Please sign in to comment.