Skip to content
Snippets Groups Projects
Commit 1379f0ab authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2926] Code clean up

parent 0137a3b7
Branches
Tags
No related merge requests found
......@@ -183,7 +183,7 @@ void create_new_call_from_details (const gchar *call_id, GHashTable *details, ca
else
state = CALL_STATE_FAILURE;
create_new_call (CALL, state, (gchar*)call_id, accountID, peer_name, peer_number, &new_call);
create_new_call (CALL, state, (gchar*)call_id, accountID, peer_name, call_get_peer_number(peer_number), &new_call);
*call = new_call;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment