Base Code merged to SPIN 2.4
[platform/upstream/connman.git] / src / detect.c
old mode 100644 (file)
new mode 100755 (executable)
index 6c03920..7f20870
@@ -67,8 +67,15 @@ static void detect_newlink(unsigned short type, int index,
        }
 
        device = find_device(index);
+#if defined TIZEN_EXT
+       if (device) {
+               connman_inet_update_device_ident(device);
+               return;
+       }
+#else
        if (device)
                return;
+#endif
 
        device = connman_device_create_from_index(index);
        if (!device)