| Index: chromeos_network.cc
|
| diff --git a/chromeos_network.cc b/chromeos_network.cc
|
| index 223104f204d435f34f136a130e83c75399826ecc..57042e3a23756520dff05d7a34470eab41e8d98d 100644
|
| --- a/chromeos_network.cc
|
| +++ b/chromeos_network.cc
|
| @@ -353,7 +353,7 @@ void ParseServiceProperties(const glib::ScopedHashTable& properties,
|
| const gchar* path = static_cast<const gchar*>(g_value_get_boxed (&val));
|
| info->device_path = NewStringCopy(path);
|
| } else {
|
| - info->device_path = NewStringCopy(kUnknownString);
|
| + info->device_path = NULL;
|
| }
|
| }
|
|
|
|
|