mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
Remove use of uninitialized variable.
This commit is contained in:
parent
bc1186bfb1
commit
c71fcf58fa
1 changed files with 0 additions and 2 deletions
|
|
@ -234,8 +234,6 @@ dn2id_delete(
|
|||
(void) idl_delete_key( be, db, key, id );
|
||||
|
||||
free( key.dptr );
|
||||
|
||||
if(rc == -1) break;
|
||||
}
|
||||
|
||||
charray_free( subtree );
|
||||
|
|
|
|||
Loading…
Reference in a new issue