mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
supress log message for glue add case
This commit is contained in:
parent
964dcc04a2
commit
ede2f47452
1 changed files with 2 additions and 1 deletions
|
|
@ -1863,7 +1863,8 @@ null_callback(
|
|||
if ( rs->sr_err != LDAP_SUCCESS &&
|
||||
rs->sr_err != LDAP_REFERRAL &&
|
||||
rs->sr_err != LDAP_ALREADY_EXISTS &&
|
||||
rs->sr_err != LDAP_NO_SUCH_OBJECT )
|
||||
rs->sr_err != LDAP_NO_SUCH_OBJECT &&
|
||||
rs->sr_err != LDAP_NOT_ALLOWED_ON_NONLEAF )
|
||||
{
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( OPERATION, ERR,
|
||||
|
|
|
|||
Loading…
Reference in a new issue