ITS#7469 fix slapcat

This commit is contained in:
Howard Chu 2012-12-10 17:32:44 -08:00
parent 470b126e9f
commit a2cfb99c52

View File

@ -346,6 +346,7 @@ mdb_tool_entry_get_int( BackendDB *be, ID id, Entry **ep )
ch_free( dn.bv_val );
ch_free( ndn.bv_val );
rc = LDAP_NO_SUCH_OBJECT;
goto done;
}
}
}