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

[#3324] Use "default" as default parameter for local interface

parent df4f2f31
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ static void sip_apply_callback( void ) {
// Add default interface info
gchar ** iface_list = NULL;
iface_list = (gchar**) dbus_get_all_ip_interface();
iface_list = (gchar**) dbus_get_all_ip_interface_by_name();
gchar ** iface = NULL;
// select the first interface available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment