mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#7050 fix uninit'd return code in back-meta
This commit is contained in:
parent
38e8b2333f
commit
50e02126b7
@ -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 New Issue
Block a user