diff --git a/tools/vhd-tools/vhd/lib/vhd-util-check.c b/tools/vhd-tools/vhd/lib/vhd-util-check.c index 59a1a473293..afb591e1907 100644 --- a/tools/vhd-tools/vhd/lib/vhd-util-check.c +++ b/tools/vhd-tools/vhd/lib/vhd-util-check.c @@ -113,11 +113,11 @@ ok: footer->type != HD_TYPE_DIFF && footer->data_offset != ~(0ULL)) return "invalid data offset"; - +/* now = vhd_time(time(NULL)); if (footer->timestamp > now + TIMESTAMP_MAX_SLACK) return "creation time in future"; - +*/ if (!strncmp(footer->crtr_app, "tap", 3) && footer->crtr_ver > VHD_CURRENT_VERSION) return "unsupported tap creator version";