Don't set name for Ethernet devices
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 4 Apr 2009 02:40:20 +0000 (04:40 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 4 Apr 2009 02:40:20 +0000 (04:40 +0200)
src/profile.c

index 9b1d2e7..ab0801d 100644 (file)
@@ -166,7 +166,6 @@ int __connman_profile_add_device(struct connman_device *device)
                return -EINVAL;
 
        group->type = g_strdup(__connman_device_get_type(device));
-       group->name = g_strdup(connman_device_get_string(device, "Name"));
 
        return 0;
 }