mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Fix vrFilter compile error
This commit is contained in:
parent
4bf037cfaa
commit
c249f3ac21
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue