summaryrefslogtreecommitdiffstats
path: root/src/ntlm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ntlm.c')
-rw-r--r--src/ntlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ntlm.c b/src/ntlm.c
index b0729f1..01de87f 100644
--- a/src/ntlm.c
+++ b/src/ntlm.c
@@ -219,7 +219,7 @@ void ntlm_free_buffer_data(struct ntlm_buffer *buf)
/* A FILETIME structure is effectively a little endian 64 bit integer
* with the time from January 1, 1601 UTC with 10s of microsecond resolution.
*/
-#define FILETIME_EPOCH_VALUE 11644473600000000LL
+#define FILETIME_EPOCH_VALUE 116444736000000000LL
uint64_t ntlm_timestamp_now(void)
{
struct timeval tv;