From fa86a377a0599857170525f335a2b49d79a107fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Wed, 13 Mar 2013 20:12:00 +0100 Subject: [PATCH] main: don't activate nm-netlink-monitor It will be activated by the first module that needs it. --- src/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.c b/src/main.c index 21b07951a9..d2b77ae803 100644 --- a/src/main.c +++ b/src/main.c @@ -321,7 +321,6 @@ main (int argc, char *argv[]) NMFirewallManager *fw_mgr = NULL; NMSettings *settings = NULL; NMConfig *config; - NMNetlinkMonitor *monitor = NULL; GError *error = NULL; gboolean wrote_pidfile = FALSE; @@ -505,9 +504,6 @@ main (int argc, char *argv[]) main_loop = g_main_loop_new (NULL, FALSE); - /* Create netlink monitor object */ - monitor = nm_netlink_monitor_get (); - /* Initialize our DBus service & connection */ dbus_mgr = nm_dbus_manager_get ();