mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Return duplicated entry from entry_dup() - interesting that
this was actually working when compiling without optimization
This commit is contained in:
parent
b6835be962
commit
a7619c4ce9
@ -760,5 +760,7 @@ Entry *entry_dup( Entry *e )
|
||||
ret->e_bv.bv_val = NULL;
|
||||
ret->e_bv.bv_len = 0;
|
||||
ret->e_private = NULL;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user