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

This commit is contained in:
Pierangelo Masarati 2006-09-09 00:10:43 +00:00
parent ad4ba42524
commit 67dd808730

View File

@ -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;