Entry ent = { 0 };
BerElement ber = *ldap_get_message_ber( e );
Attribute *attr, **attrp;
- LDAPControl **res_ctrls;
+ LDAPControl **res_ctrls = NULL;
struct berval bdn,
dn = BER_BVNULL;
const char *text;
int slap_sasl_regexp_config( const char *match, const char *replace, int valx )
{
int i, rc;
- SaslRegexp_t sr;
struct rewrite_info *rw = NULL;
if ( valx < 0 || valx > nSaslRegexp )
SaslRegexp[i] = SaslRegexp[i - 1];
}
- SaslRegexp[i] = sr;
SaslRegexp[i].sr_match = ch_strdup( match );
SaslRegexp[i].sr_replace = ch_strdup( replace );