Skip to content
Snippets Groups Projects
Commit a7b1017f authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

partial fix to ITS#3659; still problems in merging values with "permissive" set

parent 8b6d9467
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ dynlist_sc_update( Operation *op, SlapReply *rs )
/* test access to attribute */
for ( i = 0; !BER_BVISNULL( &a->a_vals[i] ); i++ )
/* jst count */ ;
/* just count */ ;
vals = op->o_tmpalloc( ( i + 1 ) * sizeof( struct berval ), op->o_tmpmemctx );
if ( a->a_nvals != a->a_vals ) {
......@@ -275,7 +275,7 @@ dynlist_send_entry( Operation *op, SlapReply *rs )
Attribute *a;
slap_callback cb;
Operation o = *op;
SlapReply r = *rs;
SlapReply r = { REP_SEARCH };
struct berval *url;
Entry *e;
int e_flags;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment