2005-03-29 Dan Williams <dcbw@redhat.com>

* src/NetworkManagerDevice.c
		- (nm_device_set_up_down): remove check for unsupported devices
			that caused NM to not bring devices up when they were
			added to the device list.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@523 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2005-03-29 16:47:21 +00:00
parent b09c5c6d27
commit 767f1ea24f
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2005-03-29 Dan Williams <dcbw@redhat.com>
* src/NetworkManagerDevice.c
- (nm_device_set_up_down): remove check for unsupported devices
that caused NM to not bring devices up when they were
added to the device list.
2005-03-28 Dan Williams <dcbw@redhat.com>
* src/NetworkManagerDevice.c

View file

@ -1482,9 +1482,6 @@ static void nm_device_set_up_down (NMDevice *dev, gboolean up)
return;
}
if (nm_device_get_driver_support_level (dev) == NM_DRIVER_UNSUPPORTED)
return;
sk = nm_device_open_sock ();
if (sk < 0)
return;