summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2013-08-06 12:17:24 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-19 21:14:20 +0200
commit7d40fefdb9b51e8c0c53b475a2d8d86befd03e17 (patch)
treef641d88d08e94fe9b5b7c57d59f6cdb8ac92c8c1 /src
parent441e6050f4b67134d15862e401b4c4e8546d7387 (diff)
downloadsssd-7d40fefdb9b51e8c0c53b475a2d8d86befd03e17.tar.gz
sssd-7d40fefdb9b51e8c0c53b475a2d8d86befd03e17.tar.xz
sssd-7d40fefdb9b51e8c0c53b475a2d8d86befd03e17.zip
sudo: continue if we are unable to resolve fqdn
https://fedorahosted.org/sssd/ticket/2043
Diffstat (limited to 'src')
-rw-r--r--src/providers/ldap/sdap_sudo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_sudo.c b/src/providers/ldap/sdap_sudo.c
index 315f254a3..f6fa2347c 100644
--- a/src/providers/ldap/sdap_sudo.c
+++ b/src/providers/ldap/sdap_sudo.c
@@ -192,7 +192,6 @@ static void sdap_sudo_get_hostinfo_done(struct tevent_req *req)
DEBUG(SSSDBG_CRIT_FAILURE, ("Unable to retrieve host information - "
"(host filter will be disabled) [%d]: %s\n", ret, strerror(ret)));
sudo_ctx->use_host_filter = false;
- return;
}
talloc_zfree(sudo_ctx->hostnames);