safe defaults

This commit is contained in:
Pierangelo Masarati 2003-04-03 21:40:04 +00:00
parent 798289fd50
commit e8c264b1f6

View file

@ -650,9 +650,11 @@ cleanup:
if( op->o_req_dn.bv_val != NULL ) {
free( op->o_req_dn.bv_val );
op->o_req_dn.bv_val = NULL;
}
if( op->o_req_ndn.bv_val != NULL ) {
free( op->o_req_ndn.bv_val );
op->o_req_ndn.bv_val = NULL;
}
return rs->sr_err;