mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 04:48:10 +02:00
parent
25aaaab3b7
commit
dab2d46aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -846,7 +846,7 @@ remove_device (NMManager *self,
|
||||||
nm_device_get_iface (device), allow_unmanage, nm_device_get_managed (device, FALSE));
|
nm_device_get_iface (device), allow_unmanage, nm_device_get_managed (device, FALSE));
|
||||||
|
|
||||||
if (allow_unmanage && nm_device_get_managed (device, FALSE)) {
|
if (allow_unmanage && nm_device_get_managed (device, FALSE)) {
|
||||||
gboolean unmanage = TRUE;
|
unmanage = TRUE;
|
||||||
|
|
||||||
if (!quitting) {
|
if (!quitting) {
|
||||||
/* the device is already gone. Unmanage it. */
|
/* the device is already gone. Unmanage it. */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue