mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
fix message (ITS#4717)
This commit is contained in:
parent
f41d5a1cb1
commit
57259831c6
@ -537,7 +537,7 @@ nextresp3:
|
||||
|
||||
/* if it's been abandoned, toss it */
|
||||
if ( ldap_abandoned( ld, id ) ) {
|
||||
Debug( LDAP_DEBUG_ANY, "abandoned ld %p msgid %ld\n",
|
||||
Debug( LDAP_DEBUG_ANY, "abandoned/discarded ld %p msgid %ld\n",
|
||||
(void *)ld, (long) id, 0);
|
||||
retry_ber:
|
||||
ber_free( ber, 1 );
|
||||
|
Loading…
Reference in New Issue
Block a user