2004-10-18 Dan Williams <dcbw@redhat.com>
Patches from Thom May: * test/nmtestdevices.c - Include <string.h> * src/backends/NetworkManagerDebian.c: - (nm_system_device_run_dhcp, nm_system_device_stop_dhcp) (nm_system_device_flush_routes, nm_system_device_flush_addresses) Move to using g_strdup_printf rather than arbitrary buffers - (nm_system_device_setup_static_ip4_config) Implement function. - (nm_system_kill_all_dhcp_daemons) Use killall -q rather than killall git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@256 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -172,6 +172,7 @@ void nm_remove_device_from_list (NMData *data, const char *udi)
|
||||
/* Attempt to acquire mutex for device list deletion. If acquire fails,
|
||||
* just ignore the device deletion entirely.
|
||||
*/
|
||||
fprintf (stderr, "Remove called fro device %s\n", udi);
|
||||
if (nm_try_acquire_mutex (data->dev_list_mutex, __FUNCTION__))
|
||||
{
|
||||
element = data->dev_list;
|
||||
|
Reference in New Issue
Block a user