From: Niraj Kumar Goit Date: Thu, 23 Sep 2021 08:01:50 +0000 (+0530) Subject: Update connman settings for single device as well X-Git-Tag: accepted/tizen/6.5/unified/20211028.225128~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a8dc46a144e3902729553ced331a2dc0d8140fa;p=platform%2Fupstream%2Fconnman.git Update connman settings for single device as well Change-Id: Ic1ee92050bebd631d1738b9b68152052589e3e77 Signed-off-by: Niraj Kumar Goit --- diff --git a/src/technology.c b/src/technology.c index c2c82b9..4255051 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) {