conncheck: handle the consequence when a pair is not created
authorFabrice Bellet <fabrice@bellet.info>
Sun, 17 May 2020 20:51:21 +0000 (22:51 +0200)
committerFabrice Bellet <fabrice@bellet.info>
Mon, 18 May 2020 13:21:20 +0000 (15:21 +0200)
commit6bbeba279ed923749fc600a7902f15f2298e29ed
treec01d1b10293a0cd2672dae49b1900e50700cac4e
parent72ccb1a23649c6e9dd956f8cae0f23cc5ac525cd
conncheck: handle the consequence when a pair is not created

Since commit fcd6bc86 a pair is not always created, when its priority
is lower than the selected pair priority. We have to deal with this
possibility when calling the function priv_add_new_check_pair().

More precisely, the component state update really requires the addition
of a new pair.
agent/conncheck.c