Fix sssd compiler warnings and fix the sha2 digest support.

This commit is contained in:
Todd C. Miller
2014-06-26 15:50:26 -06:00
parent b5b75b2d8a
commit fdda9b109d
2 changed files with 18 additions and 13 deletions

View File

@@ -66,8 +66,10 @@ sudo_read_nss(void)
#ifdef HAVE_SSSD
bool saw_sss = false;
#endif
bool saw_files = false;
#ifdef HAVE_LDAP
bool saw_ldap = false;
#endif
bool saw_files = false;
bool got_match = false;
static struct sudo_nss_list snl = TAILQ_HEAD_INITIALIZER(snl);
debug_decl(sudo_read_nss, SUDO_DEBUG_NSS)