This commit is contained in:
Pierangelo Masarati 2006-06-07 14:48:10 +00:00
parent a4c81315a5
commit 9aecc6c7e0
2 changed files with 2 additions and 1 deletions

View File

@ -495,7 +495,7 @@ retry:;
goto error_return;
}
/* copy the DN idf needed */
/* copy the DN if needed */
if ( msc->msc_bound_ndn.bv_val == op->o_conn->c_dn.bv_val ) {
ber_dupbv( &msc->msc_bound_ndn, &op->o_conn->c_dn );
}

View File

@ -668,6 +668,7 @@ meta_back_search( Operation *op, SlapReply *rs )
assert( 0 );
break;
}
break;
default:
/* impossible */