Suppress warning

This commit is contained in:
Howard Chu 2003-02-16 12:22:06 +00:00
parent 187f1d2ad4
commit d6dab5dfb4

View file

@ -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 ) {