Clean up a comment noticed by Jonathan Shao@Panasas.com and remove an
authorRichard Sharpe <sharpe@samba.org>
Wed, 26 Nov 2003 19:15:22 +0000 (19:15 +0000)
committerRichard Sharpe <sharpe@samba.org>
Wed, 26 Nov 2003 19:15:22 +0000 (19:15 +0000)
obsolete comment by Luke Leighton.

source/lib/time.c

index 635ede9be2278d7bcdadef73e57ad09e778870fc..faca2cba879b78f62782bfd2fae3d2413350dc8e 100644 (file)
@@ -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)
 {