Skip to content
Snippets Groups Projects
Commit f498e9ed authored by Rafaël Carré's avatar Rafaël Carré
Browse files

gnome client: be sure key exchange is set correctly

parent eaf74780
Branches
Tags
No related merge requests found
......@@ -1399,8 +1399,10 @@ void show_account_window(account_t * currentAccount)
g_hash_table_replace(currentAccount->properties, g_strdup(ACCOUNT_SRTP_ENABLED), g_strdup("true"));
g_hash_table_replace(currentAccount->properties, g_strdup(ACCOUNT_KEY_EXCHANGE), g_strdup(SDES));
}
else
else {
g_hash_table_replace(currentAccount->properties, g_strdup(ACCOUNT_SRTP_ENABLED), g_strdup("false"));
g_hash_table_replace(currentAccount->properties, g_strdup(ACCOUNT_KEY_EXCHANGE), g_strdup(""));
}
g_free(keyExchange);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment