From: Ralph Boehme Date: Tue, 5 Oct 2021 13:10:10 +0000 (+0200) Subject: lib: add NTTIME_THAW X-Git-Tag: ldb-2.5.0~350 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f73aff502cadabb7fe6b94a697f0a2256d1d4aca;p=thirdparty%2Fsamba.git lib: add NTTIME_THAW BUG: https://bugzilla.samba.org/show_bug.cgi?id=14127 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/lib/util/time.h b/lib/util/time.h index 6726f39c7cc..72347b39b99 100644 --- a/lib/util/time.h +++ b/lib/util/time.h @@ -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