From: Howard Chu Date: Wed, 12 Oct 2005 00:31:05 +0000 (+0000) Subject: Fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~288 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bb3c3f654f066e941a6d40db0f824d0d02fffd68;p=openldap Fix typo --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index fb8351e7e6..172ab6311e 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -242,7 +242,7 @@ wait4msg( ld, msgid, 0 ); } else { Debug( LDAP_DEBUG_TRACE, "wait4msg ld %p msgid %d (timeout %ld usec)\n", - ld, (long)timeout->tv_sec * 1000000 + timeout->tv_usec, msgid ); + ld, msgid, (long)timeout->tv_sec * 1000000 + timeout->tv_usec ); } #endif /* LDAP_DEBUG */