cloud-setup: don't fetch permissions for NMClient in nm-cloud-setup

nm-cloud-setup doesn't care about the permissions. Don't fetch them.
This commit is contained in:
Thomas Haller
2019-12-06 16:00:40 +01:00
parent c5c7fffda8
commit b78e5cf45c

View File

@@ -569,6 +569,7 @@ main (int argc, const char *const*argv)
nmc_client_new_waitsync (sigterm_cancellable, nmc_client_new_waitsync (sigterm_cancellable,
&nmc, &nmc,
&error, &error,
NM_CLIENT_INSTANCE_FLAGS, (guint) NM_CLIENT_INSTANCE_FLAGS_NO_AUTO_FETCH_PERMISSIONS,
NULL); NULL);
nmcs_wait_for_objects_register (nmc); nmcs_wait_for_objects_register (nmc);