config_back_modify( Operation *op, SlapReply *rs )
{
CfBackInfo *cfb;
- CfEntryInfo *ce, *last;
+ CfEntryInfo *ce, *last = NULL;
Modifications *ml;
ConfigArgs ca = {0};
struct berval rdn;
config_back_modrdn( Operation *op, SlapReply *rs )
{
CfBackInfo *cfb;
- CfEntryInfo *ce, *last;
+ CfEntryInfo *ce, *last = NULL;
struct berval rdn;
int ixold, ixnew, dopause = 1;
{
#ifdef SLAP_CONFIG_DELETE
CfBackInfo *cfb;
- CfEntryInfo *ce, *last, *ce2;
+ CfEntryInfo *ce, *ce2, *last = NULL;
int dopause = 1;
LDAPControl **preread_ctrl = NULL;
config_back_search( Operation *op, SlapReply *rs )
{
CfBackInfo *cfb;
- CfEntryInfo *ce, *last;
+ CfEntryInfo *ce, *last = NULL;
slap_mask_t mask;
cfb = (CfBackInfo *)op->o_bd->be_private;
Entry **ent )
{
CfBackInfo *cfb;
- CfEntryInfo *ce, *last;
+ CfEntryInfo *ce, *last = NULL;
Entry *e = NULL;
int paused = 0, rc = LDAP_NO_SUCH_OBJECT;
{
struct berval schema_dn = BER_BVC(SCHEMA_RDN "," CONFIG_RDN);
ConfigArgs c = {0};
- CfEntryInfo *ce, *last;
+ CfEntryInfo *ce, *last = NULL;
Entry *e;
/* If there's no root entry, we must be in the midst of converting */
{
CfBackInfo *cfb = be->be_private;
BackendInfo *bi = cfb->cb_db.bd_info;
- CfEntryInfo *ce, *last;
+ CfEntryInfo *ce, *last = NULL;
ce = config_find_base( cfb->cb_root, &e->e_nname, &last, NULL );
{
CfBackInfo *cfb = be->be_private;
BackendInfo *bi = cfb->cb_db.bd_info;
- CfEntryInfo *ce, *last;
+ CfEntryInfo *ce, *last = NULL;
ce = config_find_base( cfb->cb_root, ndn, &last, NULL );