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