]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorHoward Chu <hyc@openldap.org>
Wed, 12 Oct 2005 00:31:05 +0000 (00:31 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 12 Oct 2005 00:31:05 +0000 (00:31 +0000)
libraries/libldap/result.c

index fb8351e7e6e79c334d084f16ab3143ae4b7ee7e7..172ab6311efeaf0f81b96e0c096f900c3d19cebd 100644 (file)
@@ -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 */