summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt-daemon.c')
-rw-r--r--src/daemon/dlt-daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/dlt-daemon.c b/src/daemon/dlt-daemon.c
index e4039a2..aff33e6 100644
--- a/src/daemon/dlt-daemon.c
+++ b/src/daemon/dlt-daemon.c
@@ -882,8 +882,8 @@ int main(int argc, char *argv[])
/* create gateway timer */
create_timer_fd(&daemon_local,
- DLT_GATEWAY_TIMER_INTERVAL,
- DLT_GATEWAY_TIMER_INTERVAL,
+ daemon_local.pGateway.interval,
+ daemon_local.pGateway.interval,
DLT_TIMER_GATEWAY);
}