From: Ralf Haferkamp Date: Mon, 26 May 2008 17:38:32 +0000 (+0000) Subject: Allow updating (ADD/DEL within a single modify operation) the index X-Git-Tag: LOCKER_IDS~146 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c8fcb58fbbe53082be9c511e44ff9d1f6734d398;p=openldap Allow updating (ADD/DEL within a single modify operation) the index configuration of an attribute (ITS#5521) --- diff --git a/servers/slapd/back-bdb/attr.c b/servers/slapd/back-bdb/attr.c index 8c8f691ee6..42151afdd5 100644 --- a/servers/slapd/back-bdb/attr.c +++ b/servers/slapd/back-bdb/attr.c @@ -292,6 +292,7 @@ bdb_attr_index_config( b->ai_indexmask = b->ai_newmask; b->ai_newmask = a->ai_newmask; ch_free( a ); + rc = 0; continue; } fprintf( stderr,