Allow updating (ADD/DEL within a single modify operation) the index

configuration of an attribute (ITS#5521)
This commit is contained in:
Ralf Haferkamp 2008-05-26 17:38:32 +00:00
parent 0304049dfc
commit c8fcb58fbb

View File

@ -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,