[Keepalived-devel] [acassen/keepalived] 712914: Remove variable timer of unsigned long cast in rea.
Status: Beta
Brought to you by:
acassen
|
From: Alexandre C. <no...@gi...> - 2019-02-18 06:54:13
|
Branch: refs/heads/master Home: https://github.com/acassen/keepalived Commit: 712914c90d8bdc92ffd36a4984e7374f7492a6f9 https://github.com/acassen/keepalived/commit/712914c90d8bdc92ffd36a4984e7374f7492a6f9 Author: tamutamu <tam...@gm...> Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: M lib/parser.c Log Message: ----------- Remove variable timer of unsigned long cast in read_timer(). When Double type variable timer is cast to long type, it's scale falls. Commit: a9ed1993b3bb723fa6aacdf8fb54503c0a4f31ab https://github.com/acassen/keepalived/commit/a9ed1993b3bb723fa6aacdf8fb54503c0a4f31ab Author: Alexandre Cassen <ac...@gm...> Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: M lib/parser.c Log Message: ----------- Merge pull request #1133 from tamutamu/master Remove variable timer of unsigned long cast in read_timer(). Compare: https://github.com/acassen/keepalived/compare/e2cec59ca994...a9ed1993b3bb |