diff options
-rw-r--r-- | src/providers/ldap/sdap_sudo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_sudo.c b/src/providers/ldap/sdap_sudo.c index 047ba587..4b0d7570 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; |