summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPavel Šimerda <psimerda@redhat.com>2013-03-13 20:12:00 +0100
committerPavel Šimerda <psimerda@redhat.com>2013-03-13 22:15:37 +0100
commitfa86a377a0599857170525f335a2b49d79a107fb (patch)
tree8b81d06b4b91486d509f0dd695b120e468433ac3 /src/main.c
parent363dece23b634b5e7c80f8349b58e3c4efa41ca8 (diff)
downloadNetworkManager-fa86a377a0599857170525f335a2b49d79a107fb.tar.gz
main: don't activate nm-netlink-monitor
It will be activated by the first module that needs it.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 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 ();