wldap32: Silence a compiler warning.
This commit is contained in:
parent
39a8ed3a00
commit
ad72c422ff
|
@ -442,7 +442,7 @@ INT CDECL ldap_parse_vlv_controlW( WLDAP32_LDAP *ld, PLDAPControlW *control,
|
||||||
|
|
||||||
#ifdef HAVE_LDAP_PARSE_VLV_CONTROL
|
#ifdef HAVE_LDAP_PARSE_VLV_CONTROL
|
||||||
if (!(ret = ldap_parse_vlv_control( ld, controlU, &pos, &count,
|
if (!(ret = ldap_parse_vlv_control( ld, controlU, &pos, &count,
|
||||||
context, errcode )))
|
(struct berval **)context, errcode )))
|
||||||
{
|
{
|
||||||
*targetpos = pos;
|
*targetpos = pos;
|
||||||
*listcount = count;
|
*listcount = count;
|
||||||
|
|
Loading…
Reference in New Issue