Skip to content
Snippets Groups Projects
Commit 57e4bb43 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

child DB should have ordering prefix

parent 2b1210c7
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,8 @@ translucent_cfadd( Operation *op, SlapReply *rs, Entry *e, ConfigArgs *ca )
/* FIXME: should not hardcode "olcDatabase" here */
bv.bv_len = snprintf( ca->cr_msg, sizeof( ca->cr_msg ),
"olcDatabase=%s", ov->db.bd_info->bi_type );
"olcDatabase=" SLAP_X_ORDERED_FMT "%s",
0, ov->db.bd_info->bi_type );
if ( bv.bv_len >= sizeof( ca->cr_msg ) ) {
return -1;
}
......
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