From c8fcb58fbbe53082be9c511e44ff9d1f6734d398 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Mon, 26 May 2008 17:38:32 +0000 Subject: [PATCH] Allow updating (ADD/DEL within a single modify operation) the index configuration of an attribute (ITS#5521) --- servers/slapd/back-bdb/attr.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.2