Add comment for prev commit

This commit is contained in:
Howard Chu 2007-09-15 23:40:34 +00:00
parent 3dfab875e8
commit 9281472144

View File

@ -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:;