Silence warning

This commit is contained in:
Howard Chu 2001-12-29 02:56:27 +00:00
parent c4b432cb3f
commit 40dc0aa329

View File

@ -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 );
} }