Annoying little son of a `free' BUG fixed.

This commit is contained in:
Bart Hartgers 1999-03-02 20:14:11 +00:00
parent 3028424f68
commit e0fdd89432

View File

@ -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;