1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Clean up a comment noticed by Jonathan Shao@Panasas.com and remove an

obsolete comment by Luke Leighton.
This commit is contained in:
Richard Sharpe 0001-01-01 00:00:00 +00:00
parent 25aa5df5c7
commit 316f83add7

View 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)
{