Matej Vela wrote:
> Yup.  If you haven't already, try replacing lines 614 and 615
> 
>     sasl_interact_t *interact = in;
>     PyObject *SASLObject = defaults;
> 
> with
> 
>     sasl_interact_t *interact = (sasl_interact_t *) in;
>     PyObject *SASLObject = (PyObject *) defaults;

I will commit this change.

Please also examine

http://python-ldap.cvs.sourceforge.net/python-ldap/python-ldap/Modules/LDAPObject.c?r1=1.79&r2=1.80

http://python-ldap.cvs.sourceforge.net/python-ldap/python-ldap/Modules/options.c?r1=1.19&r2=1.20

Ciao, Michael.

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