The add routine in the backend already frees the entry in error, so

avoid trying to free it again.
This commit is contained in:
Julio Sánchez Fernández 2000-03-30 13:14:42 +00:00
parent 79f075b22c
commit 976ac15785

View File

@ -261,8 +261,8 @@ do_add( Connection *conn, Operation *op )
replog( be, op, e->e_dn, e );
}
be_entry_release_w( be, e );
e = NULL;
}
e = NULL;
#ifndef SLAPD_MULTIMASTER
} else {