Skip to content
Snippets Groups Projects
Commit c71fcf58 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove use of uninitialized variable.

parent bc1186bf
No related branches found
No related tags found
No related merge requests found
......@@ -234,8 +234,6 @@ dn2id_delete(
(void) idl_delete_key( be, db, key, id );
free( key.dptr );
if(rc == -1) break;
}
charray_free( subtree );
......
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