WLDAP32: implement ldap_{get,set}_option{A,W} (#2)

Hans Leidekker hans at it.vu.nl
Tue Aug 9 07:03:27 CDT 2005


On Tuesday 9 August 2005 11:25, Alexandre Julliard wrote:

> > +        ret = ldap_get_optionW( ld, option, featureW );
> > +        value = featureinfoWtoA( featureW );
> > +        featureinfofreeW( featureW );
> > +        return ret;
> 
> This can't work, you need an extra level of indirection for the
> featureW and value pointers.

Ah, I see now, in this case the 'value' parameter is in/out for *both*
ldap_get_option and ldap_set_option. I'll address this in a later
patch. Please consider this alternative patch that leaves these options
unimplemented.

 -Hans
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wldap32_31.diff
Type: text/x-diff
Size: 11454 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050809/4d3aeae6/wldap32_31.bin


More information about the wine-patches mailing list