mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user