summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider_be.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/data_provider_be.c')
-rw-r--r--src/providers/data_provider_be.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/data_provider_be.c b/src/providers/data_provider_be.c
index a01bb066a..5e7c2a444 100644
--- a/src/providers/data_provider_be.c
+++ b/src/providers/data_provider_be.c
@@ -2581,7 +2581,7 @@ int be_process_init(TALLOC_CTX *mem_ctx,
if (ctx->domain->refresh_expired_interval > 0) {
ret = be_ptask_create(ctx, ctx, ctx->domain->refresh_expired_interval,
30, 5, 0, ctx->domain->refresh_expired_interval,
- BE_PTASK_OFFLINE_SKIP,
+ BE_PTASK_OFFLINE_SKIP, 0,
be_refresh_send, be_refresh_recv,
ctx->refresh_ctx, "Refresh Records", NULL);
if (ret != EOK) {