mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
Add missing semicolon.
This commit is contained in:
parent
820ac76ceb
commit
44e371d45c
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ bdb2i_cache_find_entry_dn2id(
|
|||
int count = 0;
|
||||
|
||||
e.e_dn = dn;
|
||||
e.e_ndn = ch_strdup( dn )
|
||||
e.e_ndn = ch_strdup( dn );
|
||||
(void) dn_normalize_case( e.e_ndn );
|
||||
|
||||
try_again:
|
||||
|
|
|
|||
Loading…
Reference in a new issue