On 12/19/2014 01:07 PM, Sumit Bose wrote:
Hi,

this patch fixes an issue in SSSD's libwbclient implementation and
resolves https://fedorahosted.org/sssd/ticket/2537 .

bye,
Sumit


_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Hello Sumit,

thanks for the patch. I have a question regarding the patch:

Some callers of libwbclient functions expects the return values are
initialized even it the functions returns an error.
How can I find out which function are required to do so?

I noticed you didn't update following function:

wbcPingDc2(), wbcLogoffUserEx(), wbcLogoffUser()

I was just wondering how you found out the right functions, sorry if it's a silly question, but I don't know this part of source yet.

Thanks