Fixes errors in prior commits.
if( err != LDAP_SUCCESS ) {
/* unrecognized attribute description or other error */
f->f_choice = SLAPD_FILTER_COMPUTED;
- f->f_result = SLAPD_COMPARE_FALSE;
+ f->f_result = LDAP_COMPARE_FALSE;
*fstr = ch_strdup( "(unrecogized=*)" );
ch_free( type.bv_val );
err = LDAP_SUCCESS;
struct berval name, timestamp, csn;
time_t now = slap_get_time();
char timebuf[22];
- char csnbuf[128];
+ char csnbuf[64];
struct tm *ltm;
Modifications *mod;
if( op->o_tag == LDAP_REQ_ADD ) {
struct berval uuid;
- char uuidbuf[64];
+ char uuidbuf[40];
uuid.bv_len = lutil_uuidstr( uuidbuf, sizeof( uuidbuf ) );
uuid.bv_val = uuidbuf;