summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-12-06 17:16:38 +0100
committerThomas Haller <thaller@redhat.com>2019-12-10 09:17:17 +0100
commit00461632015714f87b9c6ea2524b823875bcca1b (patch)
tree40fac1c30119845e5de6ad65e535b3d8ecd6ee43
parent0b5e72b90d99e6af567e5ca3fa7801882194df8f (diff)
downloadNetworkManager-00461632015714f87b9c6ea2524b823875bcca1b.tar.gz
nm-online: don't fetch permissions for NMClient in nm-online
nm-online doesn't care about the permissions. Don't fetch them.
-rw-r--r--clients/nm-online.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/nm-online.c b/clients/nm-online.c
index 014be11165..9ea57641cb 100644
--- a/clients/nm-online.c
+++ b/clients/nm-online.c
@@ -292,6 +292,7 @@ main (int argc, char *argv[])
data.client = nmc_client_new_async (data.client_new_cancellable,
got_client,
&data,
+ NM_CLIENT_INSTANCE_FLAGS, (guint) NM_CLIENT_INSTANCE_FLAGS_NO_AUTO_FETCH_PERMISSIONS,
NULL);
g_main_loop_run (data.loop);