mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Suppress warning
This commit is contained in:
parent
187f1d2ad4
commit
d6dab5dfb4
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ int passwd_extop(
|
|||
}
|
||||
|
||||
{
|
||||
rc = backend_check_restrictions( be, conn, op, &slap_EXOP_MODIFY_PASSWD, text );
|
||||
rc = backend_check_restrictions( be, conn, op,
|
||||
(struct berval *)&slap_EXOP_MODIFY_PASSWD, text );
|
||||
}
|
||||
|
||||
if( rc != LDAP_SUCCESS ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue