mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
parent
b36bd703d7
commit
d06073d0d6
@ -387,7 +387,7 @@ wait4msg(
|
|||||||
#ifdef HAVE_GETTIMEOFDAY
|
#ifdef HAVE_GETTIMEOFDAY
|
||||||
gettimeofday( &curr_time_tv, NULL );
|
gettimeofday( &curr_time_tv, NULL );
|
||||||
#else /* ! HAVE_GETTIMEOFDAY */
|
#else /* ! HAVE_GETTIMEOFDAY */
|
||||||
start_time_tv.tv_sec = time( NULL );
|
curr_time_tv.tv_sec = time( NULL );
|
||||||
curr_time_tv.tv_usec = 0;
|
curr_time_tv.tv_usec = 0;
|
||||||
#endif /* ! HAVE_GETTIMEOFDAY */
|
#endif /* ! HAVE_GETTIMEOFDAY */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user