mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#8731 Manual adjustment post doc/devel/variadic_debug/07-shortcut.cocci
This commit is contained in:
parent
76df74dbea
commit
cf9fea9379
4 changed files with 0 additions and 14 deletions
|
|
@ -258,8 +258,6 @@ asyncmeta_clear_one_msc(
|
|||
if ( msc->msc_ld != NULL ) {
|
||||
|
||||
#ifdef DEBUG_205
|
||||
char buf[ BUFSIZ ];
|
||||
|
||||
Debug(LDAP_DEBUG_ANY,
|
||||
"### %s asyncmeta_clear_one_msc ldap_unbind_ext[%d] ld=%p\n",
|
||||
op ? op->o_log_prefix : "", candidate,
|
||||
|
|
|
|||
|
|
@ -254,8 +254,6 @@ meta_clear_one_candidate(
|
|||
if ( msc->msc_ld != NULL ) {
|
||||
|
||||
#ifdef DEBUG_205
|
||||
char buf[ BUFSIZ ];
|
||||
|
||||
Debug(LDAP_DEBUG_ANY,
|
||||
"### %s meta_clear_one_candidate ldap_unbind_ext[%d] mc=%p ld=%p\n",
|
||||
op ? op->o_log_prefix : "", candidate, (void *)mc,
|
||||
|
|
|
|||
|
|
@ -122,8 +122,6 @@ meta_search_dobind_init(
|
|||
/* another thread is binding the target for this conn; wait */
|
||||
|
||||
#ifdef DEBUG_205
|
||||
char buf[ SLAP_TEXT_BUFLEN ] = { '\0' };
|
||||
|
||||
Debug(LDAP_DEBUG_ANY,
|
||||
"### %s meta_search_dobind_init[%d] mc=%p ld=%p needbind\n",
|
||||
op->o_log_prefix, candidate, (void *)mc,
|
||||
|
|
@ -137,8 +135,6 @@ meta_search_dobind_init(
|
|||
/* we'll need to bind the target for this conn */
|
||||
|
||||
#ifdef DEBUG_205
|
||||
char buf[ SLAP_TEXT_BUFLEN ];
|
||||
|
||||
Debug(LDAP_DEBUG_ANY,
|
||||
"### %s meta_search_dobind_init[%d] mc=%p ld=%p binding\n",
|
||||
op->o_log_prefix, candidate, (void *)mc,
|
||||
|
|
@ -1740,8 +1736,6 @@ free_message:;
|
|||
/* if still binding, destroy */
|
||||
|
||||
#ifdef DEBUG_205
|
||||
char buf[ SLAP_TEXT_BUFLEN ];
|
||||
|
||||
Debug(LDAP_DEBUG_ANY,
|
||||
"### %s meta_back_search(abandon) " "ldap_unbind_ext[%ld] mc=%p ld=%p\n",
|
||||
op->o_log_prefix,
|
||||
|
|
@ -2133,8 +2127,6 @@ meta_send_entry(
|
|||
if ( slap_bv2undef_ad( &mapped, &attr->a_desc, &text,
|
||||
SLAP_AD_PROXIED ) != LDAP_SUCCESS )
|
||||
{
|
||||
char buf[ SLAP_TEXT_BUFLEN ];
|
||||
|
||||
Debug(LDAP_DEBUG_ANY,
|
||||
"%s meta_send_entry(\"%s\"): " "slap_bv2undef_ad(%s): %s\n",
|
||||
op->o_log_prefix, ent.e_name.bv_val,
|
||||
|
|
|
|||
|
|
@ -813,8 +813,6 @@ backsql_get_attr_vals( void *v_at, void *v_bsi )
|
|||
bsi->bsi_op->o_tmpmemctx );
|
||||
|
||||
if ( retval != LDAP_SUCCESS ) {
|
||||
char buf[ SLAP_TEXT_BUFLEN ];
|
||||
|
||||
/* FIXME: we're ignoring invalid values,
|
||||
* but we're accepting the attributes;
|
||||
* should we fail at all? */
|
||||
|
|
|
|||
Loading…
Reference in a new issue