Hi,
While working on another issue, I noticed a warning in recently added
code (commit fb945a2c). On F18 the build works fine, but not on F19.
This is caused by the change of cyrus-sasl API, they changed the
*sasl_callback_t* callback member from
int (*proc)();
to
int (*proc)(void);
Attached patch adds typedef for propper cast and fixes the issue.
Ondra
--
Ondrej Kos
Associate Software Engineer
Identity Management - SSSD
Red Hat Czech