mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 04:44:17 -05:00
Add comment for prev commit
This commit is contained in:
parent
3dfab875e8
commit
9281472144
1 changed files with 3 additions and 0 deletions
|
|
@ -441,6 +441,9 @@ monitor_back_register_database(
|
|||
if ( rc != 0 ) {
|
||||
goto done;
|
||||
}
|
||||
/* database_init_one advanced ep past where we want.
|
||||
* But it stored the entry we want in mp->mp_next.
|
||||
*/
|
||||
ep = &mp->mp_next;
|
||||
|
||||
done:;
|
||||
|
|
|
|||
Loading…
Reference in a new issue