mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix previous commit
This commit is contained in:
parent
ec6a663820
commit
adb152972f
@ -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 New Issue
Block a user