From bb3c3f654f066e941a6d40db0f824d0d02fffd68 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 12 Oct 2005 00:31:05 +0000 Subject: [PATCH] Fix typo --- libraries/libldap/result.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5