summaryrefslogtreecommitdiff
path: root/source3/lib/time.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-08-30 14:05:22 +0000
committerHerb Lewis <herb@samba.org>2002-08-30 14:05:22 +0000
commitdd0d4b527006d4f3724e496ff9d8be3cc1a176b3 (patch)
tree245a6faf44b39417020ca6a4c1f6696049ff2730 /source3/lib/time.c
parent3cf5819133219f720d2b2f0b886eaa01380d1bbd (diff)
downloadsamba-dd0d4b527006d4f3724e496ff9d8be3cc1a176b3.tar.gz
samba-dd0d4b527006d4f3724e496ff9d8be3cc1a176b3.tar.bz2
samba-dd0d4b527006d4f3724e496ff9d8be3cc1a176b3.zip
based on function prototype, the args were switched - this gave an error
on the IRIX compiler. could whoever put the FIXME message take a look and see if it is still broken. (This used to be commit 29a8f2121114cafca07797cadaeb26c9d0055b24)
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());
}
/*******************************************************************