summaryrefslogtreecommitdiff
path: root/source3/lib/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/time.c')
-rw-r--r--source3/lib/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/time.c b/source3/lib/time.c
index f37380df70..ef12dc15f3 100644
--- a/source3/lib/time.c
+++ b/source3/lib/time.c
@@ -43,7 +43,7 @@ int extra_time_offset = 0;
void get_nttime_max(NTTIME *t)
{
/* FIXME: This is incorrect */
- unix_to_nt_time(get_time_t_max(),t);
+ unix_to_nt_time(t, get_time_t_max());
}
/*******************************************************************