Skip to content
Snippets Groups Projects
Commit 67dd8087 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix entry unlock in case of unhandled scope (ITS#4668)

parent ad4ba425
No related branches found
No related tags found
No related merge requests found
......@@ -244,6 +244,10 @@ monitor_back_search( Operation *op, SlapReply *rs )
rc = monitor_send_children( op, rs, e, 1 );
break;
default:
rc = LDAP_UNWILLING_TO_PERFORM;
monitor_cache_release( mi, e );
}
rs->sr_attrs = NULL;
......
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