From 717805e1915ea5ce9396b8f6a97cec7d217faaaf Mon Sep 17 00:00:00 2001 From: Malavan Sotheeswaran Date: Tue, 22 Aug 2023 22:48:26 -0700 Subject: [PATCH] init iteration --- src/expire.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expire.cpp b/src/expire.cpp index 2532a7563..52d9b4362 100644 --- a/src/expire.cpp +++ b/src/expire.cpp @@ -334,7 +334,7 @@ void pexpireMemberAtCommand(client *c) static int timelimit_exit = 0; /* Time limit hit in previous call? */ static long long last_fast_cycle = 0; /* When last fast cycle ran. */ - int j, iteration; + int j, iteration = 0; int dbs_per_call = CRON_DBS_PER_CALL; long long start = ustime(), timelimit, elapsed;