Skip to content
Snippets Groups Projects
Commit 976ac157 authored by Julio Sánchez Fernández's avatar Julio Sánchez Fernández
Browse files

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

avoid trying to free it again.
parent 79f075b2
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment