provider/sip: on_origin_pw_looked_up() display_name is read twice
This commit is contained in:

committed by
Evangelos Ribeiro Tzaras

parent
a830b45d2f
commit
dee7e1b9ae
@@ -144,7 +144,6 @@ on_origin_pw_looked_up (GObject *source,
|
||||
display_name = g_key_file_get_string (data->key_file, data->name, "DisplayName", NULL);
|
||||
protocol = g_key_file_get_string (data->key_file, data->name, "Protocol", NULL);
|
||||
port = g_key_file_get_integer (data->key_file, data->name, "Port", NULL);
|
||||
display_name = g_key_file_get_string (data->key_file, data->name, "DisplayName", NULL);
|
||||
local_port = g_key_file_get_integer (data->key_file, data->name, "LocalPort", NULL);
|
||||
|
||||
if (g_key_file_has_key (data->key_file, data->name, "AutoConnect", NULL))
|
||||
|
Reference in New Issue
Block a user