mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
(blind) compile fix; please review
This commit is contained in:
parent
01744806a3
commit
3de9659781
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue