Michael Ströder <[EMAIL PROTECTED]> writes:

> Matej Vela wrote:
>> The type checking seems to be a bit overzealous.  Try changing line 108
>> of Modules/options.c from
>> 
>>         LDAPControl_List_DEL(ptr);
>> 
>> to
>> 
>>         LDAPControl_List_DEL((LDAPControl**) ptr);
>
> Matej, do you think we should change this in general?

Yes, can't hurt (though most compilers are fine with both).

Cheers,

Matej

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Python-LDAP-dev mailing list
Python-LDAP-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/python-ldap-dev

Reply via email to