aboutsummaryrefslogtreecommitdiffstats
path: root/ui/iface_lists.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/iface_lists.c')
-rw-r--r--ui/iface_lists.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/iface_lists.c b/ui/iface_lists.c
index a55318cf5f..2dcf7498c7 100644
--- a/ui/iface_lists.c
+++ b/ui/iface_lists.c
@@ -116,6 +116,7 @@ scan_local_interfaces(void (*update_cb)(void))
temp->friendly_name = g_strdup(if_info->friendly_name);
temp->vendor_description = g_strdup(if_info->vendor_description);
temp->loopback = if_info->loopback;
+ temp->type = if_info->type;
/* Is this interface hidden and, if so, should we include it anyway? */
/* Do we have a user-supplied description? */