Commit ad72c422 authored by Charles Davis's avatar Charles Davis Committed by Alexandre Julliard

wldap32: Silence a compiler warning.

parent 39a8ed3a
......@@ -442,7 +442,7 @@ INT CDECL ldap_parse_vlv_controlW( WLDAP32_LDAP *ld, PLDAPControlW *control,
#ifdef HAVE_LDAP_PARSE_VLV_CONTROL
if (!(ret = ldap_parse_vlv_control( ld, controlU, &pos, &count,
context, errcode )))
(struct berval **)context, errcode )))
{
*targetpos = pos;
*listcount = count;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment