wldap32: Silence a compiler warning.

This commit is contained in:
Charles Davis 2011-10-09 13:07:52 -06:00 committed by Alexandre Julliard
parent 39a8ed3a00
commit ad72c422ff

View file

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