summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_sudo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/ldap/sdap_sudo.c')
-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);