mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
parent
b36bd703d7
commit
d06073d0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue