diff --git a/src/nm-manager.c b/src/nm-manager.c index fc87ab9af3..ccf130a2c6 100644 --- a/src/nm-manager.c +++ b/src/nm-manager.c @@ -846,7 +846,7 @@ remove_device (NMManager *self, nm_device_get_iface (device), allow_unmanage, nm_device_get_managed (device, FALSE)); if (allow_unmanage && nm_device_get_managed (device, FALSE)) { - gboolean unmanage = TRUE; + unmanage = TRUE; if (!quitting) { /* the device is already gone. Unmanage it. */