X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_time_mock.c;h=2bde4d3d8b39623804dc2f548c6892e0fd1e213a;hb=08a2128ac248150b50f9c54c9c71f573e54df3c3;hp=5edfe6f922a751c2df1a29a245cd83ad9e5c938f;hpb=741e018fff531bfe914781489d9b2c7a002f2bc7;p=collectd.git diff --git a/src/daemon/utils_time_mock.c b/src/daemon/utils_time_mock.c index 5edfe6f9..2bde4d3d 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 (1542455354518929408); }