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

initialize var

parent 166f9afa
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ monitor_back_search( Operation *op, SlapReply *rs )
{
monitor_info_t *mi = ( monitor_info_t * )op->o_bd->be_private;
int rc = LDAP_SUCCESS;
Entry *e, *matched = NULL;
Entry *e = NULL, *matched = NULL;
Debug( LDAP_DEBUG_TRACE, "=> monitor_back_search\n", 0, 0, 0 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment