mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Silence warnings in prev commit
This commit is contained in:
parent
dc6088339b
commit
1e8350ad3f
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue