mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 05:38:15 +02:00
main: don't activate nm-netlink-monitor
It will be activated by the first module that needs it.
This commit is contained in:
parent
363dece23b
commit
fa86a377a0
1 changed files with 0 additions and 4 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue