From dde9853ec747407f6e408d53df8b5e533db82b29 Mon Sep 17 00:00:00 2001 From: Hernani Marques Date: Mon, 25 Jun 2018 00:27:48 +0200 Subject: Initialize dur_lp --- src/ats/plugin_ats_mlp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ats/plugin_ats_mlp.c b/src/ats/plugin_ats_mlp.c index 7e7594f90..544b8d97f 100644 --- a/src/ats/plugin_ats_mlp.c +++ b/src/ats/plugin_ats_mlp.c @@ -1554,6 +1554,7 @@ GAS_mlp_solve_problem (void *solver) struct GNUNET_TIME_Relative dur_mlp; GNUNET_assert(NULL != solver); + dur_lp = GNUNET_TIME_UNIT_ZERO; if (GNUNET_YES == mlp->stat_bulk_lock) { -- cgit v1.2.3