mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#7050 fix uninit'd return code in back-meta
This commit is contained in:
parent
38e8b2333f
commit
50e02126b7
1 changed files with 1 additions and 0 deletions
|
|
@ -1340,6 +1340,7 @@ meta_back_proxy_authz_cred(
|
|||
} else {
|
||||
ndn = op->o_ndn;
|
||||
}
|
||||
rs->sr_err = LDAP_SUCCESS;
|
||||
|
||||
/*
|
||||
* FIXME: we need to let clients use proxyAuthz
|
||||
|
|
|
|||
Loading…
Reference in a new issue