X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_time_mock.c;h=217515ebd752e99c1b5a7cedac4c347ca7614394;hb=5e9ca5dcb56df80e9a4142a536425d1931a3c3f6;hp=5edfe6f922a751c2df1a29a245cd83ad9e5c938f;hpb=79593ed5e0a3def8e91be5b1de15a536af2d4a92;p=collectd.git diff --git a/src/daemon/utils_time_mock.c b/src/daemon/utils_time_mock.c index 5edfe6f9..217515eb 100644 --- a/src/daemon/utils_time_mock.c +++ b/src/daemon/utils_time_mock.c @@ -28,6 +28,6 @@ cdtime_t cdtime (void) { - return (0); + return ((cdtime_t) 1542455354518929408ULL); }