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
Branches
Tags
No related merge requests found
...@@ -157,7 +157,7 @@ static void sip_apply_callback( void ) { ...@@ -157,7 +157,7 @@ static void sip_apply_callback( void ) {
// Add default interface info // Add default interface info
gchar ** iface_list = NULL; 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; gchar ** iface = NULL;
// select the first interface available // select the first interface available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment