Skip to content
Snippets Groups Projects
Commit e0fdd894 authored by Bart Hartgers's avatar Bart Hartgers
Browse files

Annoying little son of a `free' BUG fixed.

parent 3028424f
Branches
Tags
No related merge requests found
......@@ -123,7 +123,7 @@ ldbm_back_bind(
/* check for root dn/passwd */
if ( be_isroot_pw( be, dn, cred ) ) {
/* front end will send result */
if(*edn != NULL) free( edn );
if(*edn != NULL) free( *edn );
*edn = ch_strdup( be_root_dn( be ) );
rc = 0;
goto return_results;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment