Delete extranous assert()

This commit is contained in:
Kurt Zeilenga 2002-05-23 03:17:58 +00:00
parent 9cdce9c0ed
commit 02fb60d3da
2 changed files with 0 additions and 2 deletions

View File

@ -91,7 +91,6 @@ int bdb_modify_internal(
Debug(LDAP_DEBUG_ARGS, "bdb_modify_internal: replace\n", 0, 0, 0);
#endif
err = modify_replace_values( e, mod, text, textbuf, textlen );
assert( err != LDAP_TYPE_OR_VALUE_EXISTS );
if( err != LDAP_SUCCESS ) {
#ifdef NEW_LOGGING
LDAP_LOG (( "modify", LDAP_LEVEL_ERR, "bdb_modify_internal: %d %s\n", err, *text ));

View File

@ -110,7 +110,6 @@ int ldbm_modify_internal(
#endif
rc = modify_replace_values( e, mod, text, textbuf, textlen );
assert( rc != LDAP_TYPE_OR_VALUE_EXISTS );
if( rc != LDAP_SUCCESS ) {
#ifdef NEW_LOGGING
LDAP_LOG(( "backend", LDAP_LEVEL_INFO,