summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/polkit-grant-privilege.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/polkit-grant-privilege.c b/tools/polkit-grant-privilege.c
index 31ef14b..0a2d58c 100644
--- a/tools/polkit-grant-privilege.c
+++ b/tools/polkit-grant-privilege.c
@@ -198,13 +198,6 @@ out:
g_error_free (error);
}
- if (!org_freedesktop_PolicyKit_Session_close (session,
- TRUE,
- &error)) {
- g_warning ("Close: %s", error->message);
- g_error_free (error);
- }
-
exit (0);
}