Skip to content
Snippets Groups Projects
Commit 17b1ddc1 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6497

parent 84a40529
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ OpenLDAP 2.4.22 Engineering
Fixed slapo-rwm olcRwmMap handling (ITS#6436)
Fixed slapo-rwm REP_ENTRY flag handling (ITS#5340,ITS#6423)
Fixed slapo-syncprov memory leak (ITS#6459)
Fixed slapo-translucent counter increment (ITS#6497)
Fixed slapo-valsort REP_ENTRY flag handling (ITS#5340,ITS#6423)
Fixed contrib/sha2 adds mechs for more hashes (ITS#6433)
Documentation
......
......@@ -206,6 +206,7 @@ translucent_cf_gen( ConfigArgs *c )
ch_free( (*an)[i].an_name.bv_val );
do {
(*an)[i] = (*an)[i+1];
i++;
} while ( !BER_BVISNULL( &(*an)[i].an_name ));
}
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment