mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +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;
|
||||
|
||||
rc = slap_mods_check( modlist, &text, textbuf, textlen, NULL );
|
||||
rc = slap_mods_check( &op, modlist, &text, textbuf, textlen, NULL );
|
||||
|
||||
if ( rc == LDAP_SUCCESS ) {
|
||||
rc = slap_mods_no_user_mod_check( &op, modlist,
|
||||
|
Loading…
Reference in New Issue
Block a user