]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/result.c
Move connectionless connection init to startup (may not be in the
[openldap] / 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 */