mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
ITS#9802 slapd-meta: fix rewrite config ordering
This commit is contained in:
parent
d878ebc3d2
commit
e9b11154ee
1 changed files with 1 additions and 1 deletions
|
|
@ -2718,7 +2718,7 @@ idassert-authzFrom "dn:<rootdn>"
|
|||
/* move it to the right slot */
|
||||
if ( ix < cnt ) {
|
||||
for ( i=cnt; i>ix; i-- )
|
||||
mt->mt_rwmap.rwm_bva_rewrite[i+1] = mt->mt_rwmap.rwm_bva_rewrite[i];
|
||||
mt->mt_rwmap.rwm_bva_rewrite[i] = mt->mt_rwmap.rwm_bva_rewrite[i-1];
|
||||
mt->mt_rwmap.rwm_bva_rewrite[i] = bv;
|
||||
|
||||
/* destroy old rules */
|
||||
|
|
|
|||
Loading…
Reference in a new issue