mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
initialize var
This commit is contained in:
parent
166f9afa34
commit
f41f1aaac0
@ -120,7 +120,7 @@ monitor_back_search( Operation *op, SlapReply *rs )
|
|||||||
{
|
{
|
||||||
monitor_info_t *mi = ( monitor_info_t * )op->o_bd->be_private;
|
monitor_info_t *mi = ( monitor_info_t * )op->o_bd->be_private;
|
||||||
int rc = LDAP_SUCCESS;
|
int rc = LDAP_SUCCESS;
|
||||||
Entry *e, *matched = NULL;
|
Entry *e = NULL, *matched = NULL;
|
||||||
|
|
||||||
Debug( LDAP_DEBUG_TRACE, "=> monitor_back_search\n", 0, 0, 0 );
|
Debug( LDAP_DEBUG_TRACE, "=> monitor_back_search\n", 0, 0, 0 );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user