Skip to content

Commit

Permalink
Merge pull request #635 from yast/remote-cli
Browse files Browse the repository at this point in the history
Fixed Internal Error on 'yast remote allow set=yes'
  • Loading branch information
teclator committed Mar 21, 2019
2 parents 1079e9f + 5b0557c commit 763898b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions package/yast2-network.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 21 10:09:32 UTC 2019 - knut.anderssen@suse.com

- bnc#1094934
- Fixed internal error when writing remote configuration by
cmdline (yast remote allow set=yes).
- 4.0.46

-------------------------------------------------------------------
Mon Nov 26 09:28:29 UTC 2018 - mfilka@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-network.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-network
Version: 4.0.45
Version: 4.0.46
Release: 0
BuildArch: noarch

Expand Down
2 changes: 1 addition & 1 deletion src/clients/remote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def SetRAHandler(options)
)
allow_ra == "yes" ? remote.enable! : remote.disable!

remote.Write
remote.write
end
end
end
Expand Down

0 comments on commit 763898b

Please sign in to comment.