mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
let the error propagate to overlays (ITS#6633)
This commit is contained in:
parent
df2573b4a9
commit
eb11ba008c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,6 +49,6 @@ bdb_extended( Operation *op, SlapReply *rs )
|
|||
}
|
||||
|
||||
rs->sr_text = "not supported within naming context";
|
||||
return LDAP_UNWILLING_TO_PERFORM;
|
||||
return rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue