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:
parent
25aa5df5c7
commit
316f83add7
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user