Commit 8f1f615e authored by Olivier Crête's avatar Olivier Crête

conncheck: Update selected pair if necessary

parent 65f2eda0
...@@ -1385,6 +1385,7 @@ static void priv_update_check_list_state_for_ready (NiceAgent *agent, NiceStream ...@@ -1385,6 +1385,7 @@ static void priv_update_check_list_state_for_ready (NiceAgent *agent, NiceStream
++valid; ++valid;
if (p->nominated == TRUE) { if (p->nominated == TRUE) {
++nominated; ++nominated;
priv_update_selected_pair (agent, component, p);
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment