mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 12:40:16 +01:00
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:
parent
2288e39592
commit
5b327fffd5
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue