summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2012-10-03 10:25:20 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-10-03 20:38:04 +0200
commit872bd6624d083074f81db0dd914427562fed8fb0 (patch)
treec8712648b916d66ba1c8e71c0f045576cd6d8601
parent495571b649deec07e80a5b21e7081351dc623e7b (diff)
downloadsssd_unused-872bd6624d083074f81db0dd914427562fed8fb0.tar.gz
sssd_unused-872bd6624d083074f81db0dd914427562fed8fb0.tar.xz
sssd_unused-872bd6624d083074f81db0dd914427562fed8fb0.zip
Variable in sdap_sudo_rules_refresh_send could be used, uninitialized.
-rw-r--r--src/providers/ldap/sdap_sudo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_sudo.c b/src/providers/ldap/sdap_sudo.c
index bfab32a0..5db0c613 100644
--- a/src/providers/ldap/sdap_sudo.c
+++ b/src/providers/ldap/sdap_sudo.c
@@ -740,6 +740,7 @@ static struct tevent_req *sdap_sudo_rules_refresh_send(TALLOC_CTX *mem_ctx,
tevent_req_set_callback(subreq, sdap_sudo_rules_refresh_done, req);
+ ret = EOK;
immediately:
talloc_free(tmp_ctx);