Skip to content

Commit

Permalink
Merge 2a91855 into bfe634c
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Dec 13, 2018
2 parents bfe634c + 2a91855 commit 19c9a65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-ntp-client.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 13 12:45:27 UTC 2018 - knut.anderssen@suse.com

- Fixed sync_once method return value (bsc#1108497)
- 3.2.18

-------------------------------------------------------------------
Fri Sep 7 15:20:26 UTC 2018 - dgonzalez@suse.com

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


Name: yast2-ntp-client
Version: 3.2.17
Version: 3.2.18
Release: 0
Summary: YaST2 - NTP Client Configuration
License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion src/modules/NtpClient.rb
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def sync_once(server)
)
log.info("'sntp #{server}' returned #{ret}")

ret["exit"]
ret
end

# Reads and returns all known countries with their country codes
Expand Down

0 comments on commit 19c9a65

Please sign in to comment.