From: Hernani Marques Date: Sun, 24 Jun 2018 22:27:48 +0000 (+0200) Subject: Initialize dur_lp X-Git-Tag: v0.11.0~357^2~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dde9853ec747407f6e408d53df8b5e533db82b29;p=oweals%2Fgnunet.git Initialize dur_lp --- 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) {