Fix Crash in connman-vpnd in reboot scenario when config file is present 10/262610/2
authorNiraj Kumar Goit <niraj.g@samsung.com>
Mon, 16 Aug 2021 12:15:49 +0000 (17:45 +0530)
committerJaehyun Kim <jeik01.kim@samsung.com>
Wed, 8 Sep 2021 06:45:57 +0000 (06:45 +0000)
Change-Id: I3cfccf9f53bfbd92974e1dbba65a6952f21f6c19
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
vpn/vpn-provider.c

index d29b018..6a6b661 100755 (executable)
@@ -2515,7 +2515,11 @@ static void append_connection_structs(DBusMessageIter *iter, void *user_data)
        while (g_hash_table_iter_next(&hash, &key, &value)) {
                struct vpn_provider *provider = value;
 
+#if defined TIZEN_EXT
+               DBG("provider %p", provider);
+#else
                DBG("path %s", provider->path);
+#endif
 
                if (!provider->identifier)
                        continue;