mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo
This commit is contained in:
parent
f18c63fa13
commit
bb3c3f654f
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user