struct berval *vals
)
{
+ return NULL; /* FIXME */
}
static int
"syncrepl_message_to_op : unknown op %s",
bvals[0].bv_val, 0, 0 );
ch_free( bvals );
+ rc = -1;
goto done;
}
op->o_tag = modops[i].mask;
}
/* If we didn't get a mod type or a target DN, bail out */
- if ( op->o_tag == LBER_DEFAULT || BER_BVISNULL( &dn ))
+ if ( op->o_tag == LBER_DEFAULT || BER_BVISNULL( &dn )) {
+ rc = -1;
goto done;
+ }
op->o_callback = &cb;
ch_free( prdn.bv_val );
}
ber_free ( ber, 0 );
+ return rc;
}
static int