ikev2: Fix spelling of routability

References strongswan/strongswan#164.
This commit is contained in:
Josh Soref
2020-02-11 18:23:34 +01:00
committed by Tobias Brunner
parent b3ab7a48cc
commit d30498edf1
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -406,15 +406,15 @@ METHOD(task_manager_t, retransmit, status_t,
}
else if (mobike->is_probing(mobike))
{
timeout = ROUTEABILITY_CHECK_INTERVAL;
timeout = ROUTABILITY_CHECK_INTERVAL;
}
}
}
else
{ /* for routeability checks, we use a more aggressive behavior */
if (this->initiating.retransmitted <= ROUTEABILITY_CHECK_TRIES)
{ /* for routability checks, we use a more aggressive behavior */
if (this->initiating.retransmitted <= ROUTABILITY_CHECK_TRIES)
{
timeout = ROUTEABILITY_CHECK_INTERVAL;
timeout = ROUTABILITY_CHECK_INTERVAL;
}
else
{