]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: add NTTIME_THAW
authorRalph Boehme <slow@samba.org>
Tue, 5 Oct 2021 13:10:10 +0000 (15:10 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 28 Oct 2021 18:11:28 +0000 (18:11 +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>
lib/util/time.h

index 6726f39c7cc3308403540d3894ced987d228af54..72347b39b994cbfdea869f108e5592c64adc86a0 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