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

Round and round we go....

Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 24ee18c77e
commit 2603ab3c68
3 changed files with 5 additions and 3 deletions

View File

@ -136,7 +136,8 @@ void TimeInit(void)
done_serverzone_init = False;
get_serverzone();
/* Save the start time of this process. */
GetTimeOfDay(&start_time_hires);
if (start_time_hires.tv_sec == 0 && start_time_hires.tv_usec == 0)
GetTimeOfDay(&start_time_hires);
}
/**********************************************************************