summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_sudo.c
diff options
context:
space:
mode:
authorOndrej Kos <okos@redhat.com>2012-12-19 10:25:39 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-01-04 16:34:23 +0100
commitd091342880477358cf7317111abce05fb5802aab (patch)
treed482f7c7475105397728a785a657b0e9ef754250 /src/providers/ldap/sdap_sudo.c
parent4bb57b5f27abd2d38f96ba8681d375fb8aec7f3d (diff)
downloadsssd-d091342880477358cf7317111abce05fb5802aab.tar.gz
sssd-d091342880477358cf7317111abce05fb5802aab.tar.xz
sssd-d091342880477358cf7317111abce05fb5802aab.zip
LDAP: initialize refresh function handler
Diffstat (limited to 'src/providers/ldap/sdap_sudo.c')
-rw-r--r--src/providers/ldap/sdap_sudo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_sudo.c b/src/providers/ldap/sdap_sudo.c
index 047ba587d..4b0d75700 100644
--- a/src/providers/ldap/sdap_sudo.c
+++ b/src/providers/ldap/sdap_sudo.c
@@ -1211,7 +1211,7 @@ static int sdap_sudo_schedule_refresh(TALLOC_CTX *mem_ctx,
struct tevent_req **_req)
{
struct tevent_req *req = NULL;
- sdap_sudo_timer_fn_t send_fn;
+ sdap_sudo_timer_fn_t send_fn = NULL;
const char *name = NULL;
struct timeval when;