From: Howard Chu Date: Wed, 15 Oct 2014 10:11:08 +0000 (+0100) Subject: Fix a1e3b1cf3c5991ef550f608ee816e9274e547dda X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d06073d0d61817f09939b9ba465ce76cbc5e6bff;p=openldap Fix a1e3b1cf3c5991ef550f608ee816e9274e547dda copy/paste error --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index b366ce8e01..f55cd14682 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -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 */