Hi Jacek,
On Wed, Dec 22, 2010 at 13:07, Jacek Caban jacek@codeweavers.com wrote:
- if(security_problem) {
- hres = IUnknown_QueryService((IUnknown*)This->base.protocol_sink,
You shouldn't need the cast here.
I get warnings if I leave the casts out though, and I can't see any obvious problem with the declarations. Any ideas?
Please add some real tests. At least a connection to an invalid certificate should be easy to achieve.
I'll look into adding some better tests.
Thanks, David