X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Fresult.c;h=172ab6311efeaf0f81b96e0c096f900c3d19cebd;hb=2dfd312fa12a765a5ad311f6c9bf8dce76a63155;hp=fb8351e7e6e79c334d084f16ab3143ae4b7ee7e7;hpb=f18c63fa1314362312d33937f1c7da84431c2883;p=openldap 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 */