Skip to content
Snippets Groups Projects
Commit 1e8350ad authored by Howard Chu's avatar Howard Chu
Browse files

Silence warnings in prev commit

parent dc608833
No related branches found
No related tags found
No related merge requests found
......@@ -456,8 +456,8 @@ shm_retry:
if ( !e ) {
e = entry_alloc();
e->e_id = 0;
ber_dupbv( &e->e_name, &slap_empty_bv );
ber_dupbv( &e->e_nname, &slap_empty_bv );
ber_dupbv( &e->e_name, (struct berval *)&slap_empty_bv );
ber_dupbv( &e->e_nname, (struct berval *)&slap_empty_bv );
}
e->e_ocflags = SLAP_OC_GLUE|SLAP_OC__END;
e->e_private = &bdb->bi_cache.c_dntree;
......
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