mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
fix previous commit
This commit is contained in:
parent
ec6a663820
commit
adb152972f
1 changed files with 1 additions and 1 deletions
|
|
@ -1174,7 +1174,7 @@ slapi_search_internal(
|
|||
rs.sr_type = REP_SEARCH;
|
||||
rs.sr_err = LDAP_SUCCESS;
|
||||
rs.sr_attrs = an;
|
||||
rs->sr_flags = REP_ENTRY_MODIFIABLE;
|
||||
rs.sr_flags = REP_ENTRY_MODIFIABLE;
|
||||
|
||||
send_search_entry( op, &rs );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue