Fix vrFilter compile error

This commit is contained in:
Kurt Zeilenga 2003-06-10 03:30:14 +00:00
parent 4bf037cfaa
commit c249f3ac21

View file

@ -1465,7 +1465,8 @@ connection_input(
op = slap_op_alloc( ber, msgid, tag, conn->c_n_ops_received++ );
op->o_conn = conn;
op->vrFilter = NULL;
op->o_assertion = NULL;
op->o_vrFilter = NULL;
#ifdef LDAP_CONTROL_PAGEDRESULTS
op->o_pagedresults_state = conn->c_pagedresults_state;
#endif