Re-disable faking utime by default

Fixes
  https://github.com/wolfcw/libfaketime/issues/483

See also
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093412#35
Hopefully this will fix Debian #1093412.
This commit is contained in:
Ian Jackson
2025-01-19 22:17:08 +00:00
parent 92c322507c
commit 19b2476534

View File

@@ -876,7 +876,7 @@ static bool load_time(struct timespec *tp)
* =======================================================================
*/
#ifdef FAKE_UTIME
static int fake_utime_disabled = 0;
static int fake_utime_disabled = 1;
#endif