mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
cleanup
This commit is contained in:
parent
ab48d0295d
commit
5a7f9858fe
2 changed files with 2 additions and 2 deletions
|
|
@ -771,7 +771,6 @@ static int parseProxyAuthz (
|
|||
}
|
||||
rs->sr_text = "authzId mapping failed";
|
||||
return LDAP_PROXY_AUTHZ_FAILURE;
|
||||
|
||||
}
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
|
|
|
|||
|
|
@ -164,7 +164,8 @@ do_search(
|
|||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( OPERATION, ARGS,
|
||||
"do_search: conn %d filter: %s\n",
|
||||
op->o_connid, !BER_BVISEMPTY( &op->ors_filterstr ) ? op->ors_filterstr.bv_val : "empty", 0 );
|
||||
op->o_connid, !BER_BVISEMPTY( &op->ors_filterstr ) ? op->ors_filterstr.bv_val : "empty",
|
||||
0 );
|
||||
#else
|
||||
Debug( LDAP_DEBUG_ARGS, " filter: %s\n",
|
||||
!BER_BVISEMPTY( &op->ors_filterstr ) ? op->ors_filterstr.bv_val : "empty", 0, 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue