mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Silence warning
This commit is contained in:
parent
c4b432cb3f
commit
40dc0aa329
@ -52,7 +52,7 @@ mr_find( const char *mrname )
|
|||||||
{
|
{
|
||||||
struct berval bv;
|
struct berval bv;
|
||||||
|
|
||||||
bv.bv_val = mrname;
|
bv.bv_val = (char *)mrname;
|
||||||
bv.bv_len = strlen( mrname );
|
bv.bv_len = strlen( mrname );
|
||||||
return mr_bvfind( &bv );
|
return mr_bvfind( &bv );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user