about summary refs log tree commit diff
path: root/src/nmcli/polkit-agent.c
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-02-22 16:46:07 -0500
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-02-22 16:46:07 -0500
commit297ac7f51b68aaa0e281336e6c6154bb2c913580 (patch)
treeff98cec3cc8eeb03b58cfeae184f2da4bfa6c93f /src/nmcli/polkit-agent.c
parentc713c9f47084b639644c0b9a8bb04faa3ccd21e3 (diff)
parent7d8baf4ac0480a542f000c1201df85427a22332c (diff)
Update to upstream version '1.35.90
Diffstat (limited to 'src/nmcli/polkit-agent.c')
-rw-r--r--src/nmcli/polkit-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmcli/polkit-agent.c b/src/nmcli/polkit-agent.c
index 7776d7e7..41567023 100644
--- a/src/nmcli/polkit-agent.c
+++ b/src/nmcli/polkit-agent.c
@@ -43,7 +43,7 @@ gboolean
 nmc_polkit_agent_init(NmCli *nmc, gboolean for_session, GError **error)
 {
     NMPolkitListener *listener;
-    GDBusConnection * dbus_connection = NULL;
+    GDBusConnection  *dbus_connection = NULL;
 
     g_return_val_if_fail(error == NULL || *error == NULL, FALSE);