Return TRUE on success

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@930 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2005-09-02 18:36:52 +00:00
parent 2288e39592
commit 5b327fffd5

View file

@ -417,6 +417,8 @@ gboolean nm_system_device_set_up_down_with_iface (NMDevice *dev, const char *ifa
if (errno != ENODEV)
nm_warning ("nm_system_device_set_up_down_with_iface() could not bring device %s %s. errno = %d", iface, (up ? "up" : "down"), errno);
}
else
success = TRUE;
}
}