From 1d40138232a22b78f088847d0d72d6ddec17a65e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 11 Jan 2002 23:33:12 +0000 Subject: Round and round we go.... Jeremy. (This used to be commit 2603ab3c6870f3697751b887e940910713f08985) --- source3/lib/time.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/lib/time.c') diff --git a/source3/lib/time.c b/source3/lib/time.c index 975c58c7a5..c39753403d 100644 --- a/source3/lib/time.c +++ b/source3/lib/time.c @@ -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); } /********************************************************************** -- cgit