diff options
Diffstat (limited to 'src/technology.c')
-rw-r--r-- | src/technology.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/technology.c b/src/technology.c index c2c82b98..42550512 100644 --- a/src/technology.c +++ b/src/technology.c @@ -2240,7 +2240,7 @@ void technology_save_device(struct connman_device *device) gchar **ifname_list = NULL; guint dev_count = g_slist_length(technology->device_list); - if (dev_count > 1) { + if (dev_count >= 1) { GString *ifname_str = g_string_new(NULL); if (ifname_str) { |