ctdb-recoverd: CID 1509028 - Use of 32-bit time_t (Y2K38_SAFETY)
commit2e2d81b92a98f97f404f536368178de3c1bfb284
authorMartin Schwenke <mschwenke@ddn.com>
Tue, 11 Oct 2022 22:05:25 +0000 (12 09:05 +1100)
committerAmitay Isaacs <amitay@samba.org>
Wed, 19 Jul 2023 09:01:33 +0000 (19 09:01 +0000)
tree81a7fbe89137979083e148d6cf7a9b6d8f8d4f9b
parent862fc5770cb672e91622fdfc01a46dc155a8c723
ctdb-recoverd: CID 1509028 - Use of 32-bit time_t (Y2K38_SAFETY)

usecs is going to be passed as a uint32_t.  There is no need to
calculate it as a time_t.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_recoverd.c