mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Fix a1e3b1cf3c5991ef550f608ee816e9274e547dda
copy/paste error
This commit is contained in:
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…
x
Reference in New Issue
Block a user