Commit 6a8c6321 authored by Youness Alaoui's avatar Youness Alaoui

Removing no-op assignment

parent 91a7b932
...@@ -3051,7 +3051,6 @@ static gboolean priv_add_remote_candidate ( ...@@ -3051,7 +3051,6 @@ static gboolean priv_add_remote_candidate (
username, password, priority); username, password, priority);
} }
/* case 1: an existing candidate, update the attributes */ /* case 1: an existing candidate, update the attributes */
candidate->type = type;
if (base_addr) if (base_addr)
candidate->base_addr = *base_addr; candidate->base_addr = *base_addr;
candidate->priority = priority; candidate->priority = priority;
......
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