mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
(blind) compile fix; please review
This commit is contained in:
parent
01744806a3
commit
3de9659781
@ -464,7 +464,7 @@ slap_auxprop_store(
|
|||||||
}
|
}
|
||||||
*modtail = NULL;
|
*modtail = NULL;
|
||||||
|
|
||||||
rc = slap_mods_check( modlist, &text, textbuf, textlen, NULL );
|
rc = slap_mods_check( &op, modlist, &text, textbuf, textlen, NULL );
|
||||||
|
|
||||||
if ( rc == LDAP_SUCCESS ) {
|
if ( rc == LDAP_SUCCESS ) {
|
||||||
rc = slap_mods_no_user_mod_check( &op, modlist,
|
rc = slap_mods_no_user_mod_check( &op, modlist,
|
||||||
|
Loading…
Reference in New Issue
Block a user