Skip to content

Commit

Permalink
Merge pull request #591 from teclator/fix_firewall_write
Browse files Browse the repository at this point in the history
Removed unnecesary SuSEFirewall.Write (bnc#1066982)
  • Loading branch information
teclator committed Nov 23, 2017
2 parents ea6ad70 + 83c4946 commit ec72b69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions package/yast2-network.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 15 19:22:41 UTC 2017 - knut.anderssen@suse.com

- bnc#1066982
- Removed an unnecesary SuSEFirewall.Write call when storing the
Firewall remote client configuration.
- 3.1.184

-------------------------------------------------------------------
Tue Nov 14 17:05:47 UTC 2017 - jreidinger@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-network.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-network
Version: 3.1.183
Version: 3.1.184
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 0 additions & 2 deletions src/include/network/remote/dialogs.rb
Expand Up @@ -159,8 +159,6 @@ def RemoteMainDialog
end
if ret == :next
CWMFirewallInterfaces.OpenFirewallStore(firewall_widget, "", event)
# OpenFirewallStore just sets variables, but we need real firewall write
SuSEFirewall.Write

allow_with_vncmanager = UI.QueryWidget(Id(:allow_with_vncmanager), :Value)
allow_without_vncmanager = UI.QueryWidget(Id(:allow_without_vncmanager), :Value)
Expand Down

0 comments on commit ec72b69

Please sign in to comment.