diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c index e8343208b7..c2f08f61b6 100644 --- a/src/main.c +++ b/src/main.c @@ -442,11 +442,6 @@ done: * it misses to update the state. */ nm_manager_write_device_state (manager); - /* FIXME(shutdown): we don't properly shut down on exit. That is a bug. - * NMDBusObject have an assertion that they get unexported before disposing. - * We need this workaround and disable the assertion during our leaky shutdown. */ - nm_dbus_object_set_quitting (); - nm_manager_stop (manager); nm_config_state_set (config, TRUE, TRUE); |