From 9fb2396e5443d36848ec9e695095ede9859f5054 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 13 May 2019 18:38:48 +0200 Subject: [PATCH] Add current link just in case --- src/algo_rr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/algo_rr.c b/src/algo_rr.c index 5412894..99e51dc 100644 --- a/src/algo_rr.c +++ b/src/algo_rr.c @@ -328,6 +328,7 @@ void algo_rr_init(struct evt_core_ctx* ctx, struct algo_ctx* app_ctx, struct alg rr->health_id = 0; rr->health_id_late = 0; rr->content_id = 0; + rr->current_link = 0; app_ctx->misc = rr; app_ctx->free_misc = algo_rr_free;