Question about server_info_update_pending
Greg Hudson
ghudson at mit.edu
Mon Jun 26 15:11:04 EDT 2017
On 06/26/2017 02:38 PM, Will Fiveash wrote:
> Today I was looking through the ldap plugin code and I noticed that
> there are references to a boolean variable, server_info_update_pending,
> which I see only being set to FALSE in a couple places but never TRUE.
> Is this variable ever used?
It doesn't look like it. The only code that uses the field is inside
#ifdef ASYNC_BIND blocks, and we never define ASYNC_BIND. So we could
get rid of all of that, I think.
More information about the krbdev
mailing list