This is an automated email from git. It was enerated because a ref change was pushed to the repository "chrony/chrony.git".
The branch, master has been updated via f38872eab32cd236b0b355e719eb93cbd85109c3 (commit) via 1939aae70ed46f800b308b6191ff596d40623172 (commit) via 3f85d1dcc1b4860ccaeedc502dfaa1b6ef8a9b76 (commit) via 922e2fe23b1ed31aac30422cae7fd6e84cd273f7 (commit) via d5a9c1535eef53a9cd8356b0aea05a8d51bbaf08 (commit) from 169eee6792579c0cf28984a072e4e24a1eb48ff8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f38872eab32cd236b0b355e719eb93cbd85109c3 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Mon Oct 7 17:42:30 2013 +0200 Fix regression validity check in handle_relock_after_trim() commit 1939aae70ed46f800b308b6191ff596d40623172 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Mon Oct 7 17:17:48 2013 +0200 Fix id printed in duplicate key warning commit 3f85d1dcc1b4860ccaeedc502dfaa1b6ef8a9b76 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Mon Oct 7 17:04:24 2013 +0200 Remove unused code in manual.c commit 922e2fe23b1ed31aac30422cae7fd6e84cd273f7 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Mon Oct 7 16:10:25 2013 +0200 Fix Clang static analyzer warnings about never read values commit d5a9c1535eef53a9cd8356b0aea05a8d51bbaf08 Author: Paul Menzel <paulepan...@users.sourceforge.net> List-Post: chrony-dev@chrony.tuxfamily.org Date: Thu Oct 3 14:37:31 2013 +0200 rtc_linux.c: Remove useless assignment `error = -1;` The Clang static analyzer scan-build from Debian clang version 3.4-1 found the following unneeded assignment. rtc_linux.c:756:5: warning: Value stored to 'error' is never read error = 1; ^ ~ Indeed, if in that if branch, the function returns without ever looking at the variable `error`. So remove the line. ----------------------------------------------------------------------- Summary of changes: cmdmon.c | 3 +-- keys.c | 2 +- manual.c | 10 ---------- ntp_core.c | 2 ++ rtc_linux.c | 2 +- sourcestats.c | 4 ++-- 6 files changed, 7 insertions(+), 16 deletions(-) hooks/post-receive -- chrony/chrony.git -- To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the subject. Trouble? Email listmas...@chrony.tuxfamily.org.