mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ber_write error message cleanup
This commit is contained in:
parent
a2f9e41b2b
commit
6d199506bb
@ -715,10 +715,10 @@ send_search_entry(
|
|||||||
if (rc != sizeof(struct sockaddr)) {
|
if (rc != sizeof(struct sockaddr)) {
|
||||||
#ifdef NEW_LOGGING
|
#ifdef NEW_LOGGING
|
||||||
LDAP_LOG( OPERATION, ERR,
|
LDAP_LOG( OPERATION, ERR,
|
||||||
"send_search_entry: conn %lu ber_printf failed\n",
|
"send_search_entry: conn %lu ber_write failed\n",
|
||||||
conn ? conn->c_connid : 0, 0, 0 );
|
conn ? conn->c_connid : 0, 0, 0 );
|
||||||
#else
|
#else
|
||||||
Debug( LDAP_DEBUG_ANY, "ber_printf failed\n", 0, 0, 0 );
|
Debug( LDAP_DEBUG_ANY, "ber_write failed\n", 0, 0, 0 );
|
||||||
#endif
|
#endif
|
||||||
ber_free_buf( ber );
|
ber_free_buf( ber );
|
||||||
return( 1 );
|
return( 1 );
|
||||||
|
Loading…
Reference in New Issue
Block a user