From c247c3d49acffee98b004dedce43894a6df555ca Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 14 Aug 2008 16:52:13 +0000 Subject: [PATCH] 2008-08-14 Dan Williams * src/NetworkManagerSystem.c - (nm_system_device_is_up_with_iface): ensure ifreq is cleared before using - (nm_system_device_set_up_down_with_iface): cleanups; only return success if the operation really was successful git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3960 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index a8154bde6d..fc7b442d96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-14 Dan Williams + + * src/NetworkManagerSystem.c + - (nm_system_device_is_up_with_iface): ensure ifreq is cleared before using + - (nm_system_device_set_up_down_with_iface): cleanups; only return + success if the operation really was successful + 2008-08-14 Dan Williams * src/nm-netlink-monitor.c