summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-11-26 19:15:22 +0000
committerRichard Sharpe <sharpe@samba.org>2003-11-26 19:15:22 +0000
commite83fc388b3b13c5c4674683e4b399491f666d705 (patch)
tree66a4e762b7f82248934bac2a06280437e6591d14 /source3
parentee8fc934146bf631224b9aed1c4493135fcd3fa5 (diff)
downloadsamba-e83fc388b3b13c5c4674683e4b399491f666d705.tar.gz
samba-e83fc388b3b13c5c4674683e4b399491f666d705.tar.bz2
samba-e83fc388b3b13c5c4674683e4b399491f666d705.zip
Clean up a comment noticed by Jonathan Shao@Panasas.com and remove an
obsolete comment by Luke Leighton. (This used to be commit 316f83add76b56fe102f5dc4c9ce3a0413d9a1f4)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/time.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/lib/time.c b/source3/lib/time.c
index 635ede9be2..faca2cba87 100644
--- a/source3/lib/time.c
+++ b/source3/lib/time.c
@@ -465,10 +465,9 @@ void unix_to_nt_time_abs(NTTIME *nt, time_t t)
nt->low=~nt->low;
}
-
/****************************************************************************
-take an NTTIME structure, containing high / low time. convert to unix time.
-lkclXXXX this may need 2 SIVALs not a memcpy. we'll see...
+take a Unix time and convert to an NTTIME structure and place in buffer
+pointed to by p.
****************************************************************************/
void put_long_date(char *p,time_t t)
{