diff options
-rw-r--r-- | src/providers/ldap/sdap_sudo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_sudo.c b/src/providers/ldap/sdap_sudo.c index 315f254a..f6fa2347 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); |