lib: add NTTIME_THAW
authorRalph Boehme <slow@samba.org>
Tue, 5 Oct 2021 13:10:10 +0000 (15:10 +0200)
committerJule Anger <janger@samba.org>
Wed, 10 Nov 2021 14:37:13 +0000 (14:37 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14127

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit f73aff502cadabb7fe6b94a697f0a2256d1d4aca)

lib/util/time.h

index 04945b5f25f9587e6998d26fdbf02513af49b36e..d3dfde77e2bcbc4da3631c8f26ae735ba1481a84 100644 (file)
@@ -63,6 +63,7 @@
  * implement this yet.
  */
 #define NTTIME_FREEZE UINT64_MAX
+#define NTTIME_THAW (UINT64_MAX - 1)
 
 #define SAMBA_UTIME_NOW UTIME_NOW
 #define SAMBA_UTIME_OMIT UTIME_OMIT