1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

sync'ing up for 3.0alpha20 release

This commit is contained in:
Gerald Carter
-
parent b5d03c7b55
commit 65e7b5273b
176 changed files with 10983 additions and 6381 deletions

View File

@ -40,6 +40,12 @@ int extra_time_offset = 0;
#define TIME_T_MAX (~ (time_t) 0 - TIME_T_MIN)
#endif
void get_nttime_max(NTTIME *t)
{
/* FIXME: This is incorrect */
unix_to_nt_time(t, get_time_t_max());
}
/*******************************************************************
External access to time_t_min and time_t_max.
********************************************************************/